제출 #471651

#제출 시각아이디문제언어결과실행 시간메모리
471651blue마상시합 토너먼트 (IOI12_tournament)C++17
컴파일 에러
0 ms0 KiB
#include "tournament.h" #include <vector> using namespace std; int GetBestPosition(int N, int C, int R, int *K, int *S, int *E) { return 0; }

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

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