Submission #858690

# Submission time Handle Problem Language Result Execution time Memory
858690 2023-10-09T04:42:12 Z MasterDobby Catfish Farm (IOI22_fish) C++17
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
#define all(a) a.begin(),a.end()
#define pii pair<int,int>

using namespace std;
using ll = long long;

const int N=1e5+10;

int64_t max_weights(int N, int M, int[] X, int[] Y, int[] W){
    int64_t ans=0;
    for(int i=0;i<M;i++) ans+=w[i];
    return ans;
}

Compilation message

fish.cpp:10:41: error: expected ',' or '...' before 'X'
   10 | int64_t max_weights(int N, int M, int[] X, int[] Y, int[] W){
      |                                         ^
fish.cpp: In function 'int64_t max_weights(int, int, int*)':
fish.cpp:12:31: error: 'w' was not declared in this scope
   12 |     for(int i=0;i<M;i++) ans+=w[i];
      |                               ^