| Problem | boxispull |
|---|---|
| User | yuxiangt |
| Submission Time | 2025-08-03 00:50:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:35:13: error: expected ‘;’ before ‘cout’
35 | times+=2
| ^
| ;
36 | cout<<times<<"\n";
| ~~~~
boxispull.cpp:40:1: error: expected ‘}’ at end of input
40 | }
| ^
boxispull.cpp:4:15: note: to match this ‘{’
4 | signed main (){
| ^