| Problem | 3nplus1 |
|---|---|
| User | prasanaa |
| Submission Time | 2023-12-24 18:08:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:8: error: expected ‘(’ before ‘!’ token
7 | while !(no == 1) {
| ^
| (
3nplus1.cpp:7:18: error: expected ‘)’ before ‘{’ token
7 | while !(no == 1) {
| ~ ^~
| )