Submission #7094649


Source Code Expand

a=int(input())
print('{p:02}:{q:02}:{r:02}'.format(p=a//3600,q=(a-3600*p)//60,r=a-p*3600-q*60))

Submission Info

Submission Time
Task B - 入浴時間
User nope124
Language Python (3.4.3)
Score 0
Code Size 96 Byte
Status RE
Exec Time 18 ms
Memory 2940 KB

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
RE × 14
Set Name Test Cases
All sample_01.txt, sample_02.txt, test_1.txt, test_17977.txt, test_25298.txt, test_36922.txt, test_44309.txt, test_52415.txt, test_60165.txt, test_65487.txt, test_70993.txt, test_80915.txt, test_84810.txt, test_86399.txt
Case Name Status Exec Time Memory
sample_01.txt RE 18 ms 2940 KB
sample_02.txt RE 18 ms 2940 KB
test_1.txt RE 18 ms 2940 KB
test_17977.txt RE 18 ms 2940 KB
test_25298.txt RE 18 ms 2940 KB
test_36922.txt RE 18 ms 2940 KB
test_44309.txt RE 18 ms 2940 KB
test_52415.txt RE 18 ms 2940 KB
test_60165.txt RE 18 ms 2940 KB
test_65487.txt RE 18 ms 2940 KB
test_70993.txt RE 18 ms 2940 KB
test_80915.txt RE 18 ms 2940 KB
test_84810.txt RE 18 ms 2940 KB
test_86399.txt RE 18 ms 2940 KB