mI have problem.
Site wont accept my code...
And I am 100% sure that code is good.
But still say that I cant solve problem..
How to post code? In which format?
dlook at the task description:
"From the standard input read two numbers M and N, 0<=M,N<=200. Output the sum of M and N to the standard output."
There should be 1 test case, but because this is the easiest one, there is no test case.
It is said read two number M and N, that means there won't be anything between them.
It is going to be "M[space]N" or "M[enter]N".
I have tried your code and as I thought it doesn't work. Your program expects comma between those 2 numbers.