Problem addition
User xiaopiget
Submission Time 2024-06-23 15:18:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main() {
| ~~~
addition.cpp: In function ‘int main()’:
addition.cpp:4:11: error: ‘a’ was not declared in this scope
4 | cout << (a,b) <<
| ^
addition.cpp:4:13: error: ‘b’ was not declared in this scope
4 | cout << (a,b) <<
| ^
addition.cpp:14:1: error: expected primary-expression before ‘}’ token
14 | }
| ^