@ -5,7 +5,7 @@
struct print {
print() {}
~print() { std::cout << std::endl << std::flush; }
~print() { std::cout << std::endl; }
};
struct noprint {