제출 #346315

#제출 시각아이디문제언어결과실행 시간메모리
346315ponkungCounting Mushrooms (IOI20_mushrooms)C++14
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h>
using namespace std;
#include<mushroomslib.h>
int n;
int main()
{
	scanf("%d",&n);
}

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

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