답안 #209472

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
209472 2020-03-14T10:14:29 Z admin Shuffle (NOI19_shuffle) C++14
0 / 100
5 ms 508 KB
#include "shuffle.h"
#include <bits/stdc++.h>
using namespace std;

vector<int> solve(int N, int B, int K, int Q, int ST) {
	
}

Compilation message

shuffle.cpp: In function 'std::vector<int> solve(int, int, int, int, int)':
shuffle.cpp:7:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 508 KB Wrong Answer. Returned result not of length 6.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 256 KB Wrong Answer. Returned result not of length 6.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 376 KB Wrong Answer. Returned result not of length 999.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 376 KB Wrong Answer. Returned result not of length 1000.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 380 KB Wrong Answer. Returned result not of length 1000.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 256 KB Wrong Answer. Returned result not of length 99.
2 Halted 0 ms 0 KB -