제출 #1349781

#제출 시각아이디문제언어결과실행 시간메모리
1349781pmh선물상자 (IOI15_boxes)C++20
컴파일 에러
0 ms0 KiB
#include<boxes.h>

#include<bits/stdc++.h>
using namespace std;

long long delivery(int n, int k, int l, int pos[]) {
    return 123;
}

컴파일 시 표준 에러 (stderr) 메시지

boxes.cpp:1:9: fatal error: boxes.h: No such file or directory
    1 | #include<boxes.h>
      |         ^~~~~~~~~
compilation terminated.