Submission #241029

# Submission time Handle Problem Language Result Execution time Memory
241029 2020-06-22T08:50:31 Z topovik Pick (COI18_pick) C++14
0 / 100
5 ms 384 KB
#include <bits/stdc++.h>

#define f first
#define s second
#define pb push_back
#define INF 1000000000
#define N (long)1e3

using namespace std;

typedef long long ll;
typedef long double ld;

int main()
{
    int a,b,c,d;
    cin>>a>>b>>c>>d;
    if (c==0 && d==0)
    {
        cout<<0<<" "<<0<<endl;
        for (int i=1; i<=a/2; i++) cout<<i<<" "<<0<<endl<<i<<" "<<1<<endl;
        cout<<0<<" "<<1<<endl;
        for (int i=2; i<=b/2; i++) cout<<0<<" "<<i<<endl<<1<<" "<<i<<endl;
    }
}
# Verdict Execution time Memory Grader output
1 Correct 4 ms 128 KB Output is correct
2 Incorrect 4 ms 256 KB not a valid stick
3 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 4 ms 128 KB Output is correct
2 Incorrect 4 ms 256 KB not a valid stick
3 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 4 ms 128 KB Output is correct
2 Incorrect 4 ms 256 KB not a valid stick
3 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 4 ms 128 KB Output is correct
2 Incorrect 4 ms 256 KB not a valid stick
3 Halted 0 ms 0 KB -