제출 #1198049

#제출 시각아이디문제언어결과실행 시간메모리
1198049AMel0nMemory (IOI10_memory)C++20
100 / 100
0 ms408 KiB
#include <bits/stdc++.h>
using namespace std;

typedef long long ll;
#define FOR(i,N) for(ll i = 0; i < N; i++)
#define all(x) (x).begin(), (x).end()
#define F first 
#define S second

#include "memory.h"
#include "grader.h"

void play() {
    map<char,vector<int>> mp;
    for(int i = 1; i <= 50; i++) mp[faceup(i)].push_back(i); 
    for(auto c: mp) {
        faceup(c.S[0]);
        faceup(c.S[1]);
    }
}


// signed main() {
//     cin.tie(0); ios::sync_with_stdio(false);
// }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...