제출 #1351749

#제출 시각아이디문제언어결과실행 시간메모리
1351749Faisal_Saqib버섯 세기 (IOI20_mushrooms)C++17
컴파일 에러
0 ms0 KiB
#include "mushrooms.h"
#include <bit/stdc++.h>
using namespace std;
int count_mushrooms(int n) {
	int ans=1;
	for(int i=1;i<n;i++)
	{
		ans+=!use_machine({0,i});
	}
	return ans;
}

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

mushrooms.cpp:2:10: fatal error: bit/stdc++.h: No such file or directory
    2 | #include <bit/stdc++.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.