Problem | boxispull |
---|---|
User | squishychicken |
Submission Time | 2025-07-06 09:47:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:8:25: error: expected ‘;’ before ‘)’ token
8 | for(int i=0;i<times,++i){
| ^
| ;
boxispull.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
boxispull.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^