ПК
std::ostream& dbg = std::cout;
#ifndef LOCAL
std::ofstream os("/dev/null", std::ios_base::out);
dbg = os;
#endif
Size: a a a
ПК
std::ostream& dbg = std::cout;
#ifndef LOCAL
std::ofstream os("/dev/null", std::ios_base::out);
dbg = os;
#endif
ПК
ПК
ПК
ПК
A
A
ПК
ПК
ПК
#define dbg if (false) std::cout
, чтобы не сжиралосьA
ПК
ПК
S
ПК
ПК
ПК
ПК
AB
p