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