답안 #931938

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
931938 2024-02-22T15:46:22 Z skyvn97 선물상자 (IOI15_boxes) C++14
0 / 100
1 ms 348 KB
#include "boxes.h"

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

long long delivery(int N, int K, int L, int positions[]) {
  return 220797;
}

Compilation message

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