Problem addition
User Xavier
Submission Time 2025-06-16 14:15:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:5:12: error: stray ‘#’ in program
5 | int a, b; #shows that these are the inputs
| ^
addition.cpp: In function ‘int main()’:
addition.cpp:5:13: error: ‘shows’ was not declared in this scope
5 | int a, b; #shows that these are the inputs
| ^~~~~