Problem | typo |
---|---|
User | Kannan |
Submission Time | 2023-12-06 16:40:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:26:5: error: expected ‘,’ or ‘;’ before ‘for’
26 | for(int i = x; i < n; i++) {
| ^~~
typo.cpp:26:20: error: ‘i’ was not declared in this scope
26 | for(int i = x; i < n; i++) {
| ^