Problem boxispull
User squishychicken
Submission Time 2025-07-06 09:48:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:9:25: error: expected ‘;’ before ‘)’ token
9 | for(int i=0;i<times,++i){
| ^
| ;
boxispull.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
boxispull.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^