답안 #657538

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
657538 2022-11-10T07:23:55 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: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:7:17: error: 'W' was not declared in this scope
    7 |         answer+=W[i];
      |                 ^