제출 #1265334

#제출 시각아이디문제언어결과실행 시간메모리
1265334thenpc선물 (IOI25_souvenirs)C++20
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
#include "souvernirs.h"
using namespace std;
#define ll long long
ll n,t,a[1000005],b[200005],x,y,m,k,p;
bool check[1000005];
vector<int> v[1000005],u;
map<int,int> mp;
set<int> st;
string s;
void buy_souvernirs(int n,ll p){
  transaction(p-1);
}

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

souvenirs.cpp:2:10: fatal error: souvernirs.h: No such file or directory
    2 | #include "souvernirs.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.