Problem addition
User xiaopiget
Submission Time 2024-06-23 15:25:03
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:5:3: error: expected ‘,’ or ‘;’ before ‘cout’
5 | cout << (a+b) << '\n'
| ^~~~