Submission #360842

#TimeUsernameProblemLanguageResultExecution timeMemory
360842ezdpCONSUL (info1cup19_consul)C++14
Compilation error
0 ms0 KiB
#include<consul.h> #include<bits/stdc++.h> using namespace std; void solve(int n){ say_answer(cnt(kth(1)) > n / 3 ? kth(1) : -1); }

Compilation message (stderr)

consul.cpp:1:9: fatal error: consul.h: No such file or directory
    1 | #include<consul.h>
      |         ^~~~~~~~~~
compilation terminated.