| Problem | typo |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-01-16 14:38:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:15:3: error: expected ‘,’ or ‘;’ before ‘for’
15 | for (int i = 0; i < s.size(); ++i)
| ^~~
typo.cpp:15:19: error: ‘i’ was not declared in this scope
15 | for (int i = 0; i < s.size(); ++i)
| ^