Problem typo
User innerspace777
Submission Time 2024-05-15 12:47:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘for’
10 | for (int i = 1; i < len; i++) {
| ^~~
typo.cpp:10:18: error: ‘i’ was not declared in this scope
10 | for (int i = 1; i < len; i++) {
| ^