Submission #308402

#TimeUsernameProblemLanguageResultExecution timeMemory
308402juggernautUnscrambling a Messy Bug (IOI16_messy)C++14
Compilation error
0 ms0 KiB
#include <vector>
using namespace helper;
#include "messy.h"

std::vector<int> restore_permutation(int n, int w, int r) {
    add_element("0");
    compile_set();
    check_element("0");
    return std::vector<int>();
}

Compilation message (stderr)

messy.cpp:2:17: error: 'helper' is not a namespace-name
    2 | using namespace helper;
      |                 ^~~~~~