| Problem | duckhunt12 |
|---|---|
| User | Hutayo |
| Submission Time | 2025-06-17 11:14:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:6:11: error: expected ‘;’ before ‘return’
6 | cout << 1
| ^
| ;
7 | return 0;
| ~~~~~~