제출 #636749

#제출 시각아이디문제언어결과실행 시간메모리
636749irmuunCatfish Farm (IOI22_fish)C++17
컴파일 에러
0 ms0 KiB
#include "fish.h" #include<bits/stdc++.h> #define ll long long using namespace std; long long max_weights(int N,int M,vector<int>X,vector<int>Y,vector<int>W){ ll xMAx=0,yMAx=0; bool check=false; long long sum=0; for(int i=0;i<M;i++){ sum+=x[i]; if(x[i]%2==1){ check=true; break; } } if(check==false){ return sum; } return 0; }

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

fish.cpp: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:10:14: error: 'x' was not declared in this scope
   10 |         sum+=x[i];
      |              ^
fish.cpp:6:8: warning: unused variable 'xMAx' [-Wunused-variable]
    6 |     ll xMAx=0,yMAx=0;
      |        ^~~~
fish.cpp:6:15: warning: unused variable 'yMAx' [-Wunused-variable]
    6 |     ll xMAx=0,yMAx=0;
      |               ^~~~