Problem brick
User jiayun
Submission Time 2024-07-29 14:19:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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){
| ^
| ;