답안 #657536

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
657536 2022-11-10T07:13:26 Z coding_snorlax 메기 농장 (IOI22_fish) C++17
컴파일 오류
0 ms 0 KB
#include "Fish.h"
#include<bits/stdc++.h>
using namespace std;
long long int max_weights(int N,int M,vector<int> x,vector<int> y,vector<int> w){
    long long int answer=0;
    for(int i=0;i<M;i++){
        answer+=W[i];
    }
    return answer;
}

Compilation message

fish.cpp:1:10: fatal error: Fish.h: No such file or directory
    1 | #include "Fish.h"
      |          ^~~~~~~~
compilation terminated.