0_0_39839520_11521.cpp: In function 'int main()':
0_0_39839520_11521.cpp:115:10: error: expected '}' at end of input
115 | }
| ^
0_0_39839520_11521.cpp:103:26: note: to match this '{'
103 | while(cin >> N >> K) {
| ^
0_0_39839520_11521.cpp:115:10: error: expected '}' at end of input
115 | }
| ^
0_0_39839520_11521.cpp:78:12: note: to match this '{'
78 | int main() {
| ^
|