| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1201600 | dibamboo23 | 자매 도시 (APIO20_swap) | C++20 | 47 ms | 4524 KiB |
#include "swap.h"
#include <bits/stdc++.h>
int n,m;
void init(int N, int M,std::vector<int> U, std::vector<int> V, std::vector<int> W){
n=N;
m=M;
return;
}
int getMinimumFuelCapacity(int X, int Y) {
if(n==2&&m!=1)return 1;
return -1;
}
| # | 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... | ||||
