Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
There is an expression
"ab" -> add (str (normal ('a')), normal ('b'))
in theSome examples
section but this expession gives "(ab)" instead of "ab".Could someone explain this above?
Why the following code in c++ produced the following output? Is this correct?
code:
output:
.
a
a
b
Is this ok?
Niceeee :)))
stop hitting it. there is no need to save.
Connect your account to your GitHub profile. Then change the pic on the GitHub profile, it will be used here as well.
Thanks for the anwser.
Could you give me a hint how to change the profile picture?
As long as there are values that are > INT MIN, it works.
Note that the values are compared to currentHigh, which is initially set to INT MIN. The comparison with 0 is with the position in the vector.
All test are for positive numbers.
How about negative numbers?
What if v will be consist negative only, it is works?
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.
How to block CTRL+S key shortcut?
I do not need run any tests by this stupit CTRL+S.