| Problem | duckhunt14 |
|---|---|
| User | NotTYR |
| Submission Time | 2025-11-19 10:01:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt14.cpp: In function ‘int main()’:
duckhunt14.cpp:10:18: error: expected ‘)’ before ‘;’ token
10 | while(int i=0; i<=n; i++){
| ~ ^
| )
duckhunt14.cpp:10:20: error: ‘i’ was not declared in this scope
10 | while(int i=0; i<=n; i++){
| ^
duckhunt14.cpp:13:18: error: expected ‘)’ before ‘;’ token
13 | while(int i=0; i<=m; i++){
| ~ ^
| )
duckhunt14.cpp:19:19: error: expected ‘)’ before ‘;’ token
19 | while (int i=0; i<n; i++){
| ~ ^
| )