Submission #394260

# Submission time Handle Problem Language Result Execution time Memory
394260 2021-04-26T09:12:25 Z Sugardorj Swapping Cities (APIO20_swap) C++14
Compilation error
0 ms 0 KB
#include "swap.h"
#include <bits/stdc++.h>
using namespace std;
int  i,j,s,t;
int a[261523],b[234567],l,r,tt,k,y,z,n,m,N,M,x;
vector<int>te,so, p[1234],an;


void init(int N, int M, vector <int> U,vector <int> V, vector <int> W) {
    m= W[0];
    for (auto u:W)
        m=max (m,u);
}
int getMinimumFuelCapacity(int u, int v) {
    if (N==M+1)
        return -1;
    
    m= W[0];
    for (auto u:W)
        m=max (m,u);
    return m;
}

Compilation message

swap.cpp: In function 'int getMinimumFuelCapacity(int, int)':
swap.cpp:18:8: error: 'W' was not declared in this scope
   18 |     m= W[0];
      |        ^