Problem addition3
User cjcube
Submission Time 2024-11-27 15:34:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition3.cpp: In function ‘int main()’:
addition3.cpp:4:11: error: expected initializer before ‘)’ token
4 | if (int a) {
| ^
addition3.cpp:5:12: error: expected initializer before ‘)’ token
5 | if (int b) {
| ^