| Problem | brick |
|---|---|
| User | jiayun |
| Submission Time | 2024-07-29 14:19:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function βint main()β:
brick.cpp:9:17: error: lvalue required as increment operand
9 | for(int i=0;i<1++0){
| ^~
brick.cpp:9:19: error: expected β;β before numeric constant
9 | for(int i=0;i<1++0){
| ^
| ;