답안 #988640

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
988640 2024-05-25T11:01:58 Z komasan 선물상자 (IOI15_boxes) C++14
0 / 100
1 ms 348 KB
#include "boxes.h"
#include<bits/stdc++.h>
using namespace std;
 
#define            fi first
#define            se second
#define            db double
#define            ll long long
 
long long delivery(int NN, int KK, int LL, int positions[]) {


	return 0;
 
}

Compilation message

boxes.cpp: In function 'long long int delivery(int, int, int, int*)':
boxes.cpp:10:24: warning: unused parameter 'NN' [-Wunused-parameter]
   10 | long long delivery(int NN, int KK, int LL, int positions[]) {
      |                    ~~~~^~
boxes.cpp:10:32: warning: unused parameter 'KK' [-Wunused-parameter]
   10 | long long delivery(int NN, int KK, int LL, int positions[]) {
      |                            ~~~~^~
boxes.cpp:10:40: warning: unused parameter 'LL' [-Wunused-parameter]
   10 | long long delivery(int NN, int KK, int LL, int positions[]) {
      |                                    ~~~~^~
boxes.cpp:10:48: warning: unused parameter 'positions' [-Wunused-parameter]
   10 | long long delivery(int NN, int KK, int LL, int positions[]) {
      |                                            ~~~~^~~~~~~~~~~
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -