Submission #414643

#TimeUsernameProblemLanguageResultExecution timeMemory
414643schseMechanical Doll (IOI18_doll)C++17
Compilation error
0 ms0 KiB
void create_circuit(int M, std::vector<int> A) { while (true) ; }

Compilation message (stderr)

doll.cpp:1:28: error: 'std::vector' has not been declared
    1 | void create_circuit(int M, std::vector<int> A)
      |                            ^~~
doll.cpp:1:39: error: expected ',' or '...' before '<' token
    1 | void create_circuit(int M, std::vector<int> A)
      |                                       ^