0_0_39839511_4362.cpp: In function 'int main()':
0_0_39839511_4362.cpp:117:63: error: expected '}' at end of input
117 | for (int i = 0; i < m; i++) d_to_idx[divisors[i]] = i;
| ^
0_0_39839511_4362.cpp:107:27: note: to match this '{'
107 | while (cin >> N >> K) {
| ^
0_0_39839511_4362.cpp:117:63: error: expected '}' at end of input
117 | for (int i = 0; i < m; i++) d_to_idx[divisors[i]] = i;
| ^
0_0_39839511_4362.cpp:82:12: note: to match this '{'
82 | int main() {
| ^
|