제출 #1091073

#제출 시각아이디문제언어결과실행 시간메모리
1091073AndreasKCave (IOI13_cave)C++14
0 / 100
8 ms348 KiB
#include <bits/stdc++.h> #include "cave.h"; using namespace std; #define designed ios_base::sync_with_stdio(0); #define by cin.tie(0); #define AndreasK cout.tie(0); //#define int long long #define ii pair <int, int> #define vi vector <int> #define iii pair <int, ii> #define vii vector <ii> #define vc vector <char> #define vb vector <bool> void exploreCave(int n) { int a[n] = {}; int b[n]; int x; for (int c = 0; c < n; c++) { a[c] = 1; x = tryCombination(a); b[x] = c; a[c] = 0; } answer(a, b); }

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

cave.cpp:2:18: warning: extra tokens at end of #include directive
    2 | #include "cave.h";
      |                  ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...