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