Problem | duckhunt12 |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-17 10:49:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:39:27: error: expected ‘;’ before ‘playa’
39 | x= i+stepa
| ^
| ;
40 | playa[i] =' ';
| ~~~~~
duckhunt12.cpp:48:27: error: expected ‘;’ before ‘playb’
48 | y= i+stepb
| ^
| ;
49 | playb[i] =' ';
| ~~~~~
duckhunt12.cpp:56:27: error: expected ‘;’ before ‘playb’
56 | y= i+stepb
| ^
| ;
57 | playb[i] =' ';
| ~~~~~