답안 #356459

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
356459 2021-01-23T11:48:48 Z leinad2 선물상자 (IOI15_boxes) C++17
0 / 100
1 ms 364 KB
#include "boxes.h"

long long delivery(int N, int K, int L, int p[]) {
    return 0;
}

Compilation message

boxes.cpp: In function 'long long int delivery(int, int, int, int*)':
boxes.cpp:3:24: warning: unused parameter 'N' [-Wunused-parameter]
    3 | long long delivery(int N, int K, int L, int p[]) {
      |                    ~~~~^
boxes.cpp:3:31: warning: unused parameter 'K' [-Wunused-parameter]
    3 | long long delivery(int N, int K, int L, int p[]) {
      |                           ~~~~^
boxes.cpp:3:38: warning: unused parameter 'L' [-Wunused-parameter]
    3 | long long delivery(int N, int K, int L, int p[]) {
      |                                  ~~~~^
boxes.cpp:3:45: warning: unused parameter 'p' [-Wunused-parameter]
    3 | long long delivery(int N, int K, int L, int p[]) {
      |                                         ~~~~^~~
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 364 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -