Problem typo
User nzx
Submission Time 2026-06-21 17:13:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:11:5: error: expected ‘,’ or ‘;’ before ‘vector’
11 | vector<char> arr;
| ^~~~~~
typo.cpp:12:22: error: ‘arr’ was not declared in this scope
12 | for(char& c : a) arr.push_back(c);
| ^~~
typo.cpp:14:7: error: ‘arr’ was not declared in this scope
14 | if (arr[count]==c) lol++;
| ^~~