Problem | 3nplus1 |
---|---|
User | Reality1001 |
Submission Time | 2024-02-16 21:25:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:9: error: ‘True’ was not declared in this scope
8 | while (True) (int i = 0;i < n;i++){
| ^~~~
3nplus1.cpp:8:16: error: expected primary-expression before ‘int’
8 | while (True) (int i = 0;i < n;i++){
| ^~~
3nplus1.cpp:8:16: error: expected ‘)’ before ‘int’
8 | while (True) (int i = 0;i < n;i++){
| ~^~~
| )
3nplus1.cpp:8:26: error: ‘i’ was not declared in this scope
8 | while (True) (int i = 0;i < n;i++){
| ^