#include using namespace std; int main() { ifstream fin("packing.in"); ofstream fout("packing.out"); int f; double pos = 0; fin>>f; while (f--) { fout<<"1 0 0 "; int p, m, k, x; double y, maxy = -1e30, miny = 1e30; fin>>p; cout<>y>>y; maxy = max(maxy, y + 0.01); miny = min(miny, y - 0.01); } fout<>m; cout<>k; cout<<"\t"<>x; } cout<