| Problem | 1609 |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-03-20 13:15:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
1609.cpp:7:11: error: empty character constant
7 | cout << '';
| ^~
1609.cpp: In function ‘int main()’:
1609.cpp:6:8: error: expected ‘(’ before ‘true’
6 | while true
| ^~~~
| (
1609.cpp:6:12: error: expected ‘)’ before ‘cout’
6 | while true
| ~~~~^
| )
7 | cout << '';
| ~~~~