Problem littlejohnny4
User anice
Submission Time 2026-04-04 11:23:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny4.cpp: In function ‘int main()’:
littlejohnny4.cpp:11:17: error: expected ‘;’ before ‘for’
11 | cout<<N/2<<"\n"
| ^
| ;
12 | for(int i = 0; i<Q; i++){
| ~~~
littlejohnny4.cpp:12:20: error: ‘i’ was not declared in this scope
12 | for(int i = 0; i<Q; i++){
| ^