#include using i64 = long long; int main() { std::ios::sync_with_stdio(false); std::cin.tie(nullptr); int x1 = 0, y1 = 0; int x2 = 408855776 * 2, y2 = 0; int x3 = 408855776, y3 = 708158977; std::cout << x1 << " " << y1 << "\n"; std::cout << x2 << " " << y2 << "\n"; std::cout << x3 << " " << y3 << "\n"; return 0; }