Problem | 1609 |
---|---|
User | wneedywelon |
Submission Time | 2023-11-15 22:08:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
1609.cpp: In function ‘int main()’:
1609.cpp:5:17: error: expected primary-expression before ‘int’
5 | while (true) (int peepeepoopoo; peepeepoopoo = 7263169420301;)
| ^~~
1609.cpp:5:17: error: expected ‘)’ before ‘int’
5 | while (true) (int peepeepoopoo; peepeepoopoo = 7263169420301;)
| ~^~~
| )
1609.cpp:5:35: error: ‘peepeepoopoo’ was not declared in this scope
5 | while (true) (int peepeepoopoo; peepeepoopoo = 7263169420301;)
| ^~~~~~~~~~~~
1609.cpp:5:64: error: expected primary-expression before ‘)’ token
5 | while (true) (int peepeepoopoo; peepeepoopoo = 7263169420301;)
| ^