Problem | addition |
---|---|
User | Rollsroyce26 |
Submission Time | 2024-06-19 10:54:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:19: error: expected ‘;’ before ‘cout’
6 | cin >> x >> y
| ^
| ;
7 | cout << (x + y) << '\n'
| ~~~~