제출 #777888

#제출 시각아이디문제언어결과실행 시간메모리
777888Mouad_ouj메기 농장 (IOI22_fish)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++h>//sub1 using namespace std; int64_t max_weights(int N, int M, int[] X, int[] Y, int[] W) { int64_t ans=0; for(int x=0;x<m;x++) ans+=W[x]; return ans; }

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

fish.cpp:1:9: fatal error: bits/stdc++h: No such file or directory
    1 | #include<bits/stdc++h>//sub1
      |         ^~~~~~~~~~~~~~
compilation terminated.