제출 #1185625

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

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

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