Problem | floors |
---|---|
User | PlayVoltz |
Submission Time | 2023-08-14 21:17:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
floors.cpp: In function ‘int main()’:
floors.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i=0; i<n; ++i){
| ^~~
floors.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for (int i=0; i<n; ++i){
| ^