Problem | 3nplus1 |
---|---|
User | Aryan |
Submission Time | 2023-08-15 12:44:05 |
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:6: error: expected ‘(’ before ‘n’
9 | if n != 1{
| ^
| (