Submission #500126

#TimeUsernameProblemLanguageResultExecution timeMemory
500126beaconmcRice Hub (IOI11_ricehub)C++17
Compilation error
0 ms0 KiB
#include "ricehub.h"
#include <bits/stdc++.h>


typedef long long ll;
#define FOR(i, x, y) for(ll i=x; i<y; i++)

using namespace std;



int besthub(int R, int L, int X[], llB){
    sort(X, X+R);
    return 0;

}

Compilation message (stderr)

ricehub.cpp:12:36: error: 'llB' has not been declared
   12 | int besthub(int R, int L, int X[], llB){
      |                                    ^~~