Problem typo
User aj
Submission Time 2024-10-16 14:11:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:19:17: error: ‘mismatch_count’ was not declared in this scope
19 | mismatch_count++;
| ^~~~~~~~~~~~~~
typo.cpp:30:9: error: ‘mismatch_count’ was not declared in this scope
30 | if (mismatch_count == 2 &&
| ^~~~~~~~~~~~~~
typo.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
typo.cpp:8:1: note: to match this ‘{’
8 | {
| ^