0_0_39785499_23589.cpp: In function 'int main()':
0_0_39785499_23589.cpp:48:40: error: expected primary-expression before '<' token
48 | cout << cnt << < endl;
| ^
0_0_39785499_23589.cpp:51:2: error: expected '}' at end of input
51 | }
| ^
0_0_39785499_23589.cpp:8:12: note: to match this '{'
8 | int main() {
| ^
|