Problem | addition |
---|---|
User | yikaiiiiiii |
Submission Time | 2024-02-16 14:59:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:15: error: expected ‘;’ before ‘cout’
9 | cin >> x >> y
| ^
| ;
10 | cout << 'z' << endl;
| ~~~~