Problem duckhunt4
User hyishigh
Submission Time 2024-12-18 09:20:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt4.cpp: In function ‘int main()’:
duckhunt4.cpp:17:6: error: expected ‘;’ before ‘cout’
17 | y-=5
| ^
| ;
18 | cout << y;
| ~~~~