Problem | exam |
---|---|
User | leafeon |
Submission Time | 2025-05-24 22:11:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:10:27: error: stray ‘\’ in program
10 | cout >> "Hello World" >> \n >> a*b
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:9:18: error: expected ‘;’ before ‘cout’
9 | cin >> a >> b
| ^
| ;
10 | cout >> "Hello World" >> \n >> a*b
| ~~~~