| Problem | duckhunt19 |
|---|---|
| User | XXC |
| Submission Time | 2025-11-24 13:56:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt19.cpp: In function ‘int main()’:
duckhunt19.cpp:11:2: error: expected initializer before ‘cin’
11 | cin>>a, b, n[a];
| ^~~
duckhunt19.cpp:16:13: error: expected ‘;’ before ‘}’ token
16 | i-=1
| ^
| ;
17 | }
| ~
duckhunt19.cpp:24:9: error: no match for ‘operator+=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
24 | cout<< i+=i;
| ~~~~~~~~^~~