제출 #360842

#제출 시각아이디문제언어결과실행 시간메모리
360842ezdpCONSUL (info1cup19_consul)C++14
컴파일 에러
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); }

컴파일 시 표준 에러 (stderr) 메시지

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