Submission #61549042
Source Code Expand
#ABC388D #入力受取・assert N = int(input()) A = list(map(int, input().split())) assert 1 <= N <= 5 * 10 ** 5 assert all(0 <= Ai <= 5 * 10 ** 5 for Ai in A)
Submission Info
Submission Time | |
---|---|
Task | D - Coming of Age Celebration |
User | navel_tos |
Language | Python (PyPy 3.10-v7.3.12) |
Score | 0 |
Code Size | 169 Byte |
Status | WA |
Exec Time | 122 ms |
Memory | 157104 KiB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 400 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample00.txt, sample01.txt, sample02.txt |
All | sample00.txt, sample01.txt, sample02.txt, testcase00.txt, testcase01.txt, testcase02.txt, testcase03.txt, testcase04.txt, testcase05.txt, testcase06.txt, testcase07.txt, testcase08.txt, testcase09.txt, testcase10.txt, testcase11.txt, testcase12.txt, testcase13.txt, testcase14.txt, testcase15.txt, testcase16.txt, testcase17.txt, testcase18.txt, testcase19.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample00.txt | WA | 54 ms | 76796 KiB |
sample01.txt | WA | 55 ms | 76436 KiB |
sample02.txt | WA | 54 ms | 76468 KiB |
testcase00.txt | WA | 54 ms | 76336 KiB |
testcase01.txt | WA | 103 ms | 157104 KiB |
testcase02.txt | WA | 118 ms | 146884 KiB |
testcase03.txt | WA | 111 ms | 130216 KiB |
testcase04.txt | WA | 121 ms | 147164 KiB |
testcase05.txt | WA | 72 ms | 102248 KiB |
testcase06.txt | WA | 121 ms | 147128 KiB |
testcase07.txt | WA | 110 ms | 127924 KiB |
testcase08.txt | WA | 121 ms | 146948 KiB |
testcase09.txt | WA | 111 ms | 129824 KiB |
testcase10.txt | WA | 121 ms | 147456 KiB |
testcase11.txt | WA | 79 ms | 112520 KiB |
testcase12.txt | WA | 121 ms | 147040 KiB |
testcase13.txt | WA | 95 ms | 132616 KiB |
testcase14.txt | WA | 121 ms | 147580 KiB |
testcase15.txt | WA | 63 ms | 88808 KiB |
testcase16.txt | WA | 122 ms | 147136 KiB |
testcase17.txt | WA | 110 ms | 130016 KiB |
testcase18.txt | WA | 101 ms | 149872 KiB |
testcase19.txt | WA | 99 ms | 149080 KiB |