Submission #37187651
Source Code Expand
Copy
n = int(input())for i in range(n,-1,-1):print(i)
n = int(input()) for i in range(n,-1,-1): print(i)
Submission Info
Submission Time | |
---|---|
Task | A - Count Down |
User | yasubei |
Language | PyPy3 (7.3.0) |
Score | 100 |
Code Size | 54 Byte |
Status | AC |
Exec Time | 66 ms |
Memory | 61932 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00_sample_00.txt, 00_sample_01.txt |
All | 00_sample_00.txt, 00_sample_01.txt, 01_case_00.txt, 01_case_01.txt, 01_case_02.txt, 01_case_03.txt, 01_case_04.txt, 01_case_05.txt, 01_case_06.txt, 01_case_07.txt, 01_case_08.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_00.txt | AC | 66 ms | 61448 KB |
00_sample_01.txt | AC | 49 ms | 61688 KB |
01_case_00.txt | AC | 50 ms | 61240 KB |
01_case_01.txt | AC | 48 ms | 61616 KB |
01_case_02.txt | AC | 46 ms | 61632 KB |
01_case_03.txt | AC | 51 ms | 61712 KB |
01_case_04.txt | AC | 47 ms | 61716 KB |
01_case_05.txt | AC | 48 ms | 61932 KB |
01_case_06.txt | AC | 46 ms | 61672 KB |
01_case_07.txt | AC | 46 ms | 61840 KB |
01_case_08.txt | AC | 55 ms | 61664 KB |