# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
29002 |
2017-07-18T05:18:08 Z |
상수시러(#1235) |
Park (JOI17_park) |
C++11 |
|
16 ms |
2112 KB |
#include "park.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <memory.h>
#include <math.h>
#include <assert.h>
#include <queue>
#include <map>
#include <set>
#include <string>
#include <algorithm>
#include <iostream>
#include <functional>
#include <unordered_map>
#include <unordered_set>
#include <list>
#include <bitset>
using namespace std;
typedef pair<int, int> Pi;
typedef long long ll;
#define pii Pi
#define pll PL
#define Fi first
#define Se second
#define pb(x) push_back(x)
#define sz(x) ((int)(x).size())
#define rep(i, n) for(int i=0;i<n;i++)
#define all(x) (x).begin(), (x).end()
typedef tuple<int, int, int> t3;
typedef pair<ll, ll> PL;
typedef long double ldouble;
static int place[1400];
void Detect(int T, int N) {
if(T == 1) {
rep(j, N) rep(i, j) {
rep(k, N) place[k] = 0;
place[i] = place[j] = 1;
if(Ask(i, j, place)) Answer(i, j);
}
}
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
2112 KB |
Output is correct |
2 |
Correct |
9 ms |
2112 KB |
Output is correct |
3 |
Correct |
9 ms |
2112 KB |
Output is correct |
4 |
Correct |
9 ms |
2112 KB |
Output is correct |
5 |
Correct |
16 ms |
2112 KB |
Output is correct |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
2112 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
2112 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
2112 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
2112 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |