제출 #1284178

#제출 시각아이디문제언어결과실행 시간메모리
1284178muhammad-mutahirMemory (IOI10_memory)C++20
컴파일 에러
0 ms0 KiB
#include "grader.h"
#include "memory.h"
#include <bits.stdc++.h>
using namespace std;

void play() {
   map<char,vector<int>>a;
   for(int i = 1;i<=50;i++){
   	a[faceup(i)].pb(i);
   }
   for(auto i:a){
   	faceup(i.se[0]);
   	faceup(i.se[1]);
   }
   return ;
}

컴파일 시 표준 에러 (stderr) 메시지

memory.cpp:3:10: fatal error: bits.stdc++.h: No such file or directory
    3 | #include <bits.stdc++.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.