Problem | area |
---|---|
User | JhoCyber |
Submission Time | 2024-12-22 15:35:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:7:14: error: expected unqualified-id before numeric constant
7 | for (int 1=0; i<q; i++){
| ^
area.cpp:7:13: error: expected ‘;’ before numeric constant
7 | for (int 1=0; i<q; i++){
| ^~
| ;
area.cpp:7:16: error: lvalue required as left operand of assignment
7 | for (int 1=0; i<q; i++){
| ^
area.cpp:7:19: error: ‘i’ was not declared in this scope
7 | for (int 1=0; i<q; i++){
| ^
area.cpp:7:22: error: expected ‘)’ before ‘;’ token
7 | for (int 1=0; i<q; i++){
| ~ ^
| )
area.cpp:7:24: error: ‘i’ was not declared in this scope
7 | for (int 1=0; i<q; i++){
| ^