You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is the easiest problem on LightOJ volumes. All you have to do is print out the sum of input `a` and `b` on each case. There is nothing tricky about it.
4
+
5
+
But still some people can't get `Accepted` verdict because of not following the proper output format.
6
+
7
+
1. Make sure you have printed newline on each line
8
+
2. Make sure you have same output as the sample output on the problem descriptin, take a look at case number.
9
+
3. Make sure you have added right amount of spaces on the output.
10
+
11
+
If you are still stuck with this problem, check the codes below:
0 commit comments