Problem | 3nplus1 |
---|---|
User | zandy21 |
Submission Time | 2025-06-16 16:28:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:8: error: expected ‘(’ before ‘true’
8 | while true {
| ^~~~
| (
3nplus1.cpp:8:12: error: expected ‘)’ before ‘{’ token
8 | while true {
| ~~~~^~
| )
3nplus1.cpp:9:3: error: ‘cont’ was not declared in this scope
9 | cont << x;
| ^~~~