Problem addition3
User fanqie
Submission Time 2025-08-07 12:32:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition3.cpp: In function ‘int main()’:
addition3.cpp:1:8: error: ‘a’ was not declared in this scope
1 | main(){a+b}
| ^
addition3.cpp:1:10: error: ‘b’ was not declared in this scope
1 | main(){a+b}
| ^