This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "Anna.h"
#include <bits/stdc++.h>
using namespace std;
int Declare () {
return 2000;
}
pair <vector <int>, vector <int>> Anna (long long x) {
vector <int> a, b;
for (int i = 1; i <= x; i++) {
a.push_back(0); b.push_back(1);
}
return {a, b};
}
#include "Bruno.h"
#include <bits/stdc++.h>
using namespace std;
long long Bruno (vector <int> u) {
return (int)u.size() / 2;
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |