# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1148667 | sunflower | 선물상자 (IOI15_boxes) | C++17 | 0 ms | 0 KiB |
#include "boxes.h"
#include <bits/stdc++.h>
using namespace std;
int delivery(int n, int k, int l, int pos[]) {
return 1;
}
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1148667 | sunflower | 선물상자 (IOI15_boxes) | C++17 | 0 ms | 0 KiB |