#include <bits/stdc++.h>
using namespace std;
#ifdef HOME
int query(int size_a, int size_b, int a[], int b[]) {
printf("{");
for(int i = 0; i < size_a; ++i)
printf("%d, ", a[i]);
printf("};{");
for(int i = 0; i < size_b; ++i)
printf("%d, ", b[i]);
printf("}");
int x;
scanf("%d", &x);
return x;
}
void setRoad(int a, int b) {
printf("Constructed: %d %d\n", a, b);
}
#else
#include "icc.h"
int query(int, int, int *, int *);
void setRoad(int a, int b);
#endif
int a[3] = {1, 2, 3};
int b[4] = {5, 6, 7, 8};
void run(int n) {
}
#ifdef HOME
int main() {
int n;
scanf("%d", &n);
run(n);
return 0;
}
#endif
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
376 KB |
Not all edges were guessed! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
376 KB |
Not all edges were guessed! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
508 KB |
Not all edges were guessed! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
376 KB |
Not all edges were guessed! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
376 KB |
Not all edges were guessed! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
376 KB |
Not all edges were guessed! |
2 |
Halted |
0 ms |
0 KB |
- |