Submission #636749

# Submission time Handle Problem Language Result Execution time Memory
636749 2022-08-30T03:07:22 Z irmuun Catfish Farm (IOI22_fish) C++17
Compilation error
0 ms 0 KB
#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;
}

Compilation message

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;
      |               ^~~~