Problem | addition |
---|---|
User | auser24241 |
Submission Time | 2024-08-15 17:13:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:3:3: error: invalid preprocessing directive #Output
3 | # Output: Sum of a and b
| ^~~~~~
addition.cpp:1:1: error: ‘a’ does not name a type
1 | a, b = map(int, input().split())
| ^