Problem addition
User JonahKoh
Submission Time 2025-04-09 17:13:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:9:12: error: ‘a’ was not declared in this scope
9 | cin << a,b
| ^
addition.cpp:9:14: error: ‘b’ was not declared in this scope
9 | cin << a,b
| ^