| Problem | brick |
|---|---|
| User | jiayun |
| Submission Time | 2024-07-29 14:20:01 |
| 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++){
| ^~
brick.cpp:9:19: error: expected ‘;’ before ‘)’ token
9 | for(int i=0;i<1++){
| ^
| ;