0_0_36424292_23750.cpp: In function 'void sol(int)':
0_0_36424292_23750.cpp:63:15: error: call of overloaded 'out(int, ll&)' is ambiguous
out(mx+1,ans);
^
0_0_36424292_23750.cpp:63:15: note: candidates are:
0_0_36424292_23750.cpp:18:6: note: void out(int, int)
void out(int x, int y) { printf("%d %d\n", x, y); }
^
0_0_36424292_23750.cpp:19:6: note: void out(ll, ll)
void out(ll x, ll y) { printf("%lld %lld\n", x, y); }
^
|