제출 #369464

#제출 시각아이디문제언어결과실행 시간메모리
369464sadCONSUL (info1cup19_consul)C++14
컴파일 에러
0 ms0 KiB
#include<"counsul"> #include "bits/stdc++.h" #define fi first #define se second #define pb push_back #define ll long long void solve(int n) { for(int i=1;i<n+1;i++) { int x=kth(i); int y=cnt(x); if(y>n/3)return x; }return -1; }

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

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