Submission #1371466


Source Code Expand

N = int(input())
A = [int(input()) for i in range(N)]

p = "".join(map(str, sorted(list(set(A)))))

for a in A:
    print(p.find(str(a)))

Submission Info

Submission Time
Task C - 座圧
User tan_fantazma
Language Python (3.4.3)
Score 0
Code Size 145 Byte
Status WA
Exec Time 2108 ms
Memory 15500 KB

Judge Result

Set Name Testset1 Testset2 All
Score / Max Score 0 / 30 0 / 30 0 / 40
Status
AC × 2
WA × 8
AC × 1
WA × 1
TLE × 9
AC × 2
WA × 9
TLE × 19
Set Name Test Cases
Testset1 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt
Testset2 000.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt
All 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt, 028.txt, 029.txt
Case Name Status Exec Time Memory
000.txt AC 17 ms 2940 KB
001.txt WA 22 ms 3188 KB
002.txt WA 25 ms 3316 KB
003.txt WA 24 ms 3188 KB
004.txt WA 24 ms 3188 KB
005.txt WA 23 ms 3188 KB
006.txt WA 20 ms 3188 KB
007.txt WA 25 ms 3316 KB
008.txt AC 20 ms 3188 KB
009.txt WA 24 ms 3188 KB
010.txt TLE 2104 ms 9888 KB
011.txt WA 433 ms 7676 KB
012.txt TLE 2104 ms 9616 KB
013.txt TLE 2104 ms 7768 KB
014.txt TLE 2104 ms 11068 KB
015.txt TLE 2104 ms 9616 KB
016.txt TLE 2108 ms 7708 KB
017.txt TLE 2104 ms 11040 KB
018.txt TLE 2104 ms 10760 KB
019.txt TLE 2104 ms 10120 KB
020.txt TLE 2104 ms 15500 KB
021.txt TLE 2104 ms 11824 KB
022.txt TLE 2104 ms 7956 KB
023.txt TLE 2104 ms 13684 KB
024.txt TLE 2104 ms 14348 KB
025.txt TLE 2104 ms 7744 KB
026.txt TLE 2104 ms 8556 KB
027.txt TLE 2104 ms 12916 KB
028.txt TLE 2104 ms 8376 KB
029.txt TLE 2104 ms 15372 KB