| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 896882 | TAhmed33 | Broken Device 2 (JOI22_device2) | C++17 | 539 ms | 524288 KiB |
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... | ||||
