답안 #243179

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
243179 2020-06-30T13:53:06 Z VEGAnn Pick (COI18_pick) C++14
0 / 100
5 ms 384 KB
#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;

    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--;

            cout << x << " " << y << '\n';
        }

        return 0;
    }

//    if (a % 2 == 0 && b % 2 == 0){
//        cout
//        return 0;
//    }

    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 384 KB first polygon vertex is not (0, 0)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -