Problem | addition |
---|---|
User | MaryMapleMan |
Submission Time | 2025-06-16 14:17:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:15: error: expected ‘;’ before ‘cout’
7 | cin >> a >> b
| ^
| ;
8 | cout << a + b;
| ~~~~