0_0_39839517_31851.cpp: In function 'int main()':
0_0_39839517_31851.cpp:112:58: error: expected '}' at end of input
112 | for(int i=0; i<m; i++) d_to_idx[divisors[i]] = i;
| ^
0_0_39839517_31851.cpp:102:25: note: to match this '{'
102 | while(cin >> N >> K){
| ^
0_0_39839517_31851.cpp:112:58: error: expected '}' at end of input
112 | for(int i=0; i<m; i++) d_to_idx[divisors[i]] = i;
| ^
0_0_39839517_31851.cpp:78:11: note: to match this '{'
78 | int main(){
| ^
|