답안 #300167

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
300167 2020-09-16T22:06:51 Z model_code 카니발 티켓 (IOI20_tickets) C++17
0 / 100
1 ms 360 KB
// many-call
#include "tickets.h"
#include <vector>

long long find_maximum(int k, std::vector<std::vector<int>> x) {
	allocate_tickets(x);
	allocate_tickets(x);
	return 1;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB WA in grader: allocate_tickets called more than once
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 288 KB WA in grader: allocate_tickets called more than once
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB WA in grader: allocate_tickets called more than once
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB WA in grader: allocate_tickets called more than once
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 360 KB WA in grader: allocate_tickets called more than once
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 360 KB WA in grader: allocate_tickets called more than once
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB WA in grader: allocate_tickets called more than once
2 Halted 0 ms 0 KB -