Problem addition
User StewartStudios
Submission Time 2026-01-15 11:14:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:3:3: error: invalid preprocessing directive #Write
3 | # Write your code here.
| ^~~~~
addition.cpp:1:1: error: ‘a’ does not name a type
1 | a, b = map(int, input().split(' '))
| ^