Submission #333400

#TimeUsernameProblemLanguageResultExecution timeMemory
333400blue쌀 창고 (IOI11_ricehub)C++11
Compilation error
0 ms0 KiB
#include "ricehub.h" #include <vector> long long besthub(int R, int L, vector<int> X, long long B) { return B; }

Compilation message (stderr)

ricehub.cpp:4:33: error: 'vector' has not been declared
    4 | long long besthub(int R, int L, vector<int> X, long long B)
      |                                 ^~~~~~
ricehub.cpp:4:39: error: expected ',' or '...' before '<' token
    4 | long long besthub(int R, int L, vector<int> X, long long B)
      |                                       ^
ricehub.cpp: In function 'long long int besthub(int, int, int)':
ricehub.cpp:6:12: error: 'B' was not declared in this scope
    6 |     return B;
      |            ^