0_0_38703754_28082.cpp:114:1: error: unterminated comment
114 | /*
| ^
0_0_38703754_28082.cpp: In function 'void solve()':
0_0_38703754_28082.cpp:95:30: error: conflicting declaration 'auto it'
95 | auto it = vis[0][ {a, b % a}].end() - lower_bound(vis[0][ {a, b % a}].begin(), vis[0][ {a, b % a}].end(), b);
| ^~
0_0_38703754_28082.cpp:91:30: note: previous declaration as 'long long int it'
91 | auto it = vis[1][ {b, a % b}].end() - lower_bound(vis[1][ {b, a % b}].begin(), vis[1][ {b, a % b}].end(), a);
| ^~
|