Problem addition
User tanboyang
Submission Time 2025-01-03 15:13:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:10: error: expected ‘;’ before ‘long’
6 | cin >> a
| ^
| ;
7 | long long b = 0;
| ~~~~
addition.cpp:8:9: error: ‘b’ was not declared in this scope
8 | cin >> b;
| ^