Submission #44597321
Source Code Expand
Copy
# from time import sleepn = int(input())P = list(map(int, input().split()))# if n >= 2:# ans = max(0, max(P[1:]) - P[0] + 1)# else:# ans = 0# print(str(ans)[0], end="", flush=True)print(-1)A = [0] * (10**8 * 2)
# from time import sleep n = int(input()) P = list(map(int, input().split())) # if n >= 2: # ans = max(0, max(P[1:]) - P[0] + 1) # else: # ans = 0 # print(str(ans)[0], end="", flush=True) print(-1) A = [0] * (10**8 * 2)
Submission Info
Submission Time | |
---|---|
Task | A - To Be Saikyo |
User | Tomii9273 |
Language | PyPy3 (7.3.0) |
Score | 0 |
Code Size | 242 Byte |
Status | MLE |
Exec Time | 959 ms |
Memory | 1625892 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 02_handmade_00.txt, 02_handmade_01.txt, 02_handmade_02.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_00.txt | MLE | 959 ms | 1625392 KB |
00_sample_01.txt | MLE | 958 ms | 1625356 KB |
00_sample_02.txt | MLE | 899 ms | 1625560 KB |
01_random_00.txt | MLE | 898 ms | 1625892 KB |
01_random_01.txt | MLE | 903 ms | 1625712 KB |
01_random_02.txt | MLE | 900 ms | 1625584 KB |
01_random_03.txt | MLE | 900 ms | 1625376 KB |
01_random_04.txt | MLE | 901 ms | 1625724 KB |
01_random_05.txt | MLE | 898 ms | 1625604 KB |
01_random_06.txt | MLE | 896 ms | 1625488 KB |
01_random_07.txt | MLE | 902 ms | 1625804 KB |
01_random_08.txt | MLE | 896 ms | 1625380 KB |
02_handmade_00.txt | MLE | 900 ms | 1625732 KB |
02_handmade_01.txt | MLE | 898 ms | 1625500 KB |
02_handmade_02.txt | MLE | 901 ms | 1625568 KB |