Submission #243187

#TimeUsernameProblemLanguageResultExecution timeMemory
243187VEGAnnPick (COI18_pick)C++14
5 / 100
6 ms384 KiB
#include <bits/stdc++.h> #define sz(x) ((int)x.size()) #define all(x) x.begin(),x.end() #define PB push_back using namespace std; typedef long double ld; const int N = 400100; const ld E = 1e-10; int a, b, c, d; int main(){ ios_base::sync_with_stdio(0); cin.tie(0); #ifdef _LOCAL freopen("in.txt","r",stdin); #endif // _LOCAL cin >> a >> b >> c >> d; cout << "0 0\n"; if (a == 0 && b == 0){ int x = 0, y = 0; for (int it = 0; it < c / 2; it++){ x++; y++; cout << x << " " << y << '\n'; } x--; y++; cout << x << " " << y << '\n'; for (int it = 1; it < c / 2; it++){ x--; y--; cout << x << " " << y << '\n'; } for (int it = 1; it < d / 2; it++){ x--; y++; cout << x << " " << y << '\n'; } x--; y--; cout << x << " " << y << '\n'; for (int it = 0; it < d / 2; it++){ x++; y--; if (x != 0 || y != 0) cout << x << " " << y << '\n'; } return 0; } if (a % 2 == 0 && b % 2 == 0){ return -1; int x = 0, y = 0; for (int it = 0; it < a / 2; it++){ x++; cout << x << " " << y << '\n'; } for (int it = 0; it < b / 2; it++){ y++; cout << x << " " << y << '\n'; } for (int it = 0; it < c / 2; it++){ x++; y++; cout << x << " " << y << '\n'; } for (int it = 0; it < d / 2; it++){ x--; y++; cout << x << " " << y << '\n'; } x--; cout << x << " " << y << '\n'; for (int it = 0; it < d / 2; it++){ x++; y--; cout << x << " " << y << '\n'; } for (int it = 0; it < c / 2; it++){ x--; y--; cout << x << " " << y << '\n'; } for (int it = 1; it < b / 2; it++){ y--; cout << x << " " << y << '\n'; } for (int it = 1; it < a / 2; it++){ x--; cout << x << " " << y << '\n'; } return 0; } return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...