# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
240843 |
2020-06-21T09:56:07 Z |
NONAME |
Pick (COI18_pick) |
C++14 |
|
5 ms |
384 KB |
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
using ld = long double;
void print(int _x, int _y) { cout << _x << " " << _y << "\n"; }
int a, b, c, d;
int main() {
ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
cin >> a >> b >> c >> d;
if (c == d && c == 0) {
int x = 0, y = 0;
print(x, y);
for (int i = 0; i < a / 2; ++i) {
--x;
print(x, y);
}
for (int i = 0; i < b / 2; ++i) {
++y;
print(x, y);
}
for (int i = 0; i < a / 2; ++i) {
++x;
print(x, y);
}
for (int i = 0; i < b / 2 - 1; ++i) {
--y;
print(x, y);
}
}
cout << "-1";
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
5 ms |
384 KB |
Extra information in the output file |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
4 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 |
Incorrect |
5 ms |
384 KB |
Extra information in the output file |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
5 ms |
384 KB |
Extra information in the output file |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
5 ms |
384 KB |
Extra information in the output file |
2 |
Halted |
0 ms |
0 KB |
- |