Submission #858690

#TimeUsernameProblemLanguageResultExecution timeMemory
858690MasterDobbyCatfish Farm (IOI22_fish)C++17
Compilation error
0 ms0 KiB
#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 (stderr)

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