# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
916845 | maybe_baby | Robot (JOI21_ho_t4) | C++17 | 3026 ms | 39964 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include <bits/stdc++.h>
#define x first
#define y second
using ll = long long;
using namespace std;
struct triple {
int x, y;
ll z;
};
struct four {
int x, y;
ll z, t;
};
int main() {
int n, m;
cin >> n >> m;
int ans = 1;
for (int i = 0; i < 1ll * n * n; ++i) {
ans *= 1032423;
ans++;
}
cerr << ans;
vector<vector<four>> g(n);
vector<vector<triple>> g1(n);
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |