| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1264635 | algoproclub | Coin Collecting (JOI19_ho_t4) | C++20 | 0 ms | 320 KiB |
// UUID: 55a35e8a-7745-41c5-a1b7-4b554015d662
#include <bits/stdc++.h>
using namespace std;
using ll=long long;
#define all(a) a.begin(), a.end()
#define rall(a) a.rbegin(), a.rend()
#define vi vector<int>
#define pii pair<int,int>
void solve(){
int n;
cin>>n;
}
int main() {
ios_base::sync_with_stdio(0);cin.tie(0);
int t=1;
//cin>>t;
while (t--){
solve();
}
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
