Problem | sumint |
---|---|
User | KL |
Submission Time | 2024-06-18 11:08:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp:9:16: error: stray ‘\’ in program
9 | cout << (a+a)\n}
| ^
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:11: error: expected ‘;’ before ‘cout’
8 | cin >> a
| ^
| ;
9 | cout << (a+a)\n}
| ~~~~