Submission #471651

#TimeUsernameProblemLanguageResultExecution timeMemory
471651blueJousting tournament (IOI12_tournament)C++17
Compilation error
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; }

Compilation message (stderr)

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