제출 #1241820

#제출 시각아이디문제언어결과실행 시간메모리
1241820CELD_07Permutation Game (APIO25_permgame)C++20
컴파일 에러
0 ms0 KiB
#include "permgame.h" #include "hack.h" #pragma GCC optimize("O3") #pragma GCC optimize("unroll-loops") #include<bits/stdc++.h> #include<ext/pb_ds/assoc_container.hpp> typedef long long ll; typedef long double ld; #define endl "\n" #define vll vector<ll> #define sd second #define ft first #define all(x) x.begin(),x.end() #define allr(x) x.rbegin(),x.rend() #define pll pair<ll, ll> #define mod 1000000007 #define _set tree<ll, null_type, less<ll>, rb_tree_tag, tree_order_statistics_node_update> #define inf (ll)1e15 #define sz(x) (int)x.size() #define db(x) cout<<#x<<" : "<<x<<endl; #define PRESICION(x) cout.setf(ios::fixed,ios::floatfield); cout.precision(x); using namespace std; using namespace __gnu_pbds; int Alice(int m, int e, std::vector<int> u, std::vector<int> v, int n, std::vector<int> p) { if(p[0]==0)return 2; Bob({0}); return 2; }

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

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