답안 #500126

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
500126 2021-12-30T10:47:37 Z beaconmc 쌀 창고 (IOI11_ricehub) C++17
컴파일 오류
0 ms 0 KB
#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

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