D
Size: a a a
D
IZ
IM
IM
IM
IM
ПК
IM
K
std::ostream &operator<<(std::ostream &out, __int128 &elem) {
int64_t x = elem;
out << x;
return out;
}
K
K
error: ambiguous overload for �operator<<’ (operand types are �std::ostream {aka std::basic_ostream<char>}’ and �__int128’)
std::cout << a % n;
K
K
АК
std::ostream &operator<<(std::ostream &out, __int128 &elem) {
int64_t x = elem;
out << x;
return out;
}
K
АК
АК
DB
K
АК