Problem | addition |
---|---|
User | waffles1823 |
Submission Time | 2023-11-08 10:10:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:11:14: error: expected ‘;’ before ‘cout’
11 | sum = x + y
| ^
| ;
12 |
13 | cout << x << "+" << y << "=" << sum << endl
| ~~~~