Problem | 1503 |
---|---|
User | Karax |
Submission Time | 2025-04-22 11:08:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
1503.cpp:7:23: error: stray ‘\’ in program
7 | cout << "hello world"\n;
| ^
1503.cpp: In function ‘int32_t main()’:
1503.cpp:7:23: error: expected ‘;’ before ‘n’
7 | cout << "hello world"\n;
| ^~
| ;