Submission #303333

# Submission time Handle Problem Language Result Execution time Memory
303333 2020-09-20T08:16:55 Z IWANTTOGETGOLDINIOI Split the Attractions (IOI19_split) C++14
0 / 100
1 ms 384 KB
#include <bits/stdc++.h>
#include "split.h"
using namespace std;

#define ll long long 

vector<int> find_split(int n, int a, int b, int c, vector<int> p, vector<int> q) {
	vector <int> ans(n);
	for (int i=0;i<n;i++) {
		ans.push_back(0);
	}
	return ans;
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB WA in grader: Invalid length of the result.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 384 KB WA in grader: Invalid length of the result.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB WA in grader: Invalid length of the result.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB WA in grader: Invalid length of the result.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB WA in grader: Invalid length of the result.
2 Halted 0 ms 0 KB -