| Problem | telephone |
|---|---|
| User | gOrDoN |
| Submission Time | 2026-03-02 16:08:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
telephone.cpp: In function ‘int main()’:
telephone.cpp:9:6: error: ‘i’ was not declared in this scope
9 | for(i = 0; X > i; i++){
| ^
telephone.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for(i = 0; X > i; i++){
| ^~~
telephone.cpp:13:17: error: ‘i’ was not declared in this scope
13 | for(i = 0; X > i; i++){
| ^