Ad
  • Custom User Avatar

    There is an expression "ab" -> add (str (normal ('a')), normal ('b')) in the Some examples section but this expession gives "(ab)" instead of "ab".

    Could someone explain this above?

  • Custom User Avatar

    Why the following code in c++ produced the following output? Is this correct?

    code:

    std::cout << pretty( add(any(), normal('a'))) << std::endl;
    
    std::cout << pretty( add(normal('a'), any())) << std::endl;
    
    std::cout << pretty( add(normal('a'), normal('b'))) << std::endl;
    
    std::cout << pretty( add(normal('b'), normal('a'))) << std::endl;
    

    output:

    .

    a

    a

    b

    Is this ok?

  • Custom User Avatar

    Thanks for the anwser.
    Could you give me a hint how to change the profile picture?

  • Custom User Avatar

    All test are for positive numbers.
    How about negative numbers?

  • Custom User Avatar

    What if v will be consist negative only, it is works?

  • Custom User Avatar

    Also I have the same problem as decribed below:
    Test Results:
    POSTFIX
    STDERR:
    solution: virtual void POSTFIX::TESTS(): Assertion `to_postfix(infix) == postfix' failed.
    Signal:
    Process exited prematurely with a SIGABRT signal.

  • Custom User Avatar

    How to block CTRL+S key shortcut?
    I do not need run any tests by this stupit CTRL+S.