Problem duckhunt12
User LL
Submission Time 2025-06-17 09:43:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:10:17: error: expected ‘;’ before ‘return’
10 | cout << (b-a)/3
| ^
| ;
11 | return 0;
| ~~~~~~