Problem typo
User TheGhostKing
Submission Time 2023-06-01 22:42:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:17:4: error: expected primary-expression before ‘)’ token
17 | )
| ^
typo.cpp:22:13: error: expected ‘}’ before ‘else’
22 | else{
| ^~~~
typo.cpp:15:19: note: to match this ‘{’
15 | if (i == len-1){
| ^