제출 #204430

#제출 시각아이디문제언어결과실행 시간메모리
204430MvC경찰관과 강도 (BOI14_coprobber)C++11
컴파일 에러
0 ms0 KiB
#pragma GCC optimize("O3") #pragma GCC optimize("unroll-loops") #include "coprobber" #include <bits/stdc++.h> #define rc(x) return cout<<x<<endl,0 #define pb push_back #define mkp make_pair #define in insert #define er erase #define fd find #define fr first #define sc second typedef long long ll; typedef long double ld; const ll INF=0x3f3f3f3f3f3f3f3f; const ll llinf=(1LL<<62); const int inf=(1<<30); const int nmax=1e5+50; const int mod=1e9+7; using namespace std; int start(int n,bool a[505][505]) { return 0; } int nextMove(int x) { return x; } /*int main() { //freopen("sol.in","r",stdin); //freopen("sol.out","w",stdout); //mt19937 rng(chrono::steady_clock::now().time_since_epoch().count()); ios_base::sync_with_stdio(false);cin.tie(0);cerr.tie(0);cout.tie(0); return 0; }*/

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

coprobber.cpp:3:10: fatal error: coprobber: No such file or directory
 #include "coprobber"
          ^~~~~~~~~~~
compilation terminated.