| Problem | floors |
|---|---|
| User | asbx |
| Submission Time | 2023-11-17 13:30:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
floors.cpp: In function ‘int main()’:
floors.cpp:13:2: error: expected primary-expression before ‘for’
13 | for(long long i = 1; i<c;i++){
| ^~~
floors.cpp:13:23: error: ‘i’ was not declared in this scope
13 | for(long long i = 1; i<c;i++){
| ^