| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1365985 | tull | Gap (APIO16_gap) | C++20 | 11 ms | 1200 KiB |
#include "gap.h"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
const long long MxN=1e18;
long long findGap(int T, int n)
{
ll mn,mx;
MinMax(0,MxN,&mn,&mx);
return mx-mn;
}
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
