Problem | findingpavement |
---|---|
User | Rainny |
Submission Time | 2024-06-18 13:46:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:7:2: error: expected initializer before ‘for’
7 | for(int i=0; i<h; i++){
| ^~~
findingpavement.cpp:7:15: error: ‘i’ was not declared in this scope
7 | for(int i=0; i<h; i++){
| ^
findingpavement.cpp: At global scope:
findingpavement.cpp:12:1: error: expected unqualified-id before ‘for’
12 | for(int i=0; i<h; i++){
| ^~~
findingpavement.cpp:12:14: error: ‘i’ does not name a type
12 | for(int i=0; i<h; i++){
| ^
findingpavement.cpp:12:19: error: ‘i’ does not name a type
12 | for(int i=0; i<h; i++){
| ^