Submission #69234512
Source Code Expand
N = int(input())
n, lst = N, []
for i in range(digit):
    lst.append(n % 2)
    n //= 2
bin_str = ''.join(str(i) for i in reversed(lst))
print(bin_str)
			Submission Info
| Submission Time | |
|---|---|
| Task | A04 - Binary Representation 1 | 
| User | TMychan | 
| Language | Python (CPython 3.11.4) | 
| Score | 0 | 
| Code Size | 160 Byte | 
| Status | RE | 
| Exec Time | 11 ms | 
| Memory | 8564 KiB | 
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 0 / 1000 | ||||
| Status | 
 | 
 | 
| Set Name | Test Cases | 
|---|---|
| Sample | sample_01.txt, sample_02.txt, sample_03.txt | 
| All | in01.txt, in02.txt, in03.txt, in04.txt, in05.txt, in06.txt, in07.txt, in08.txt, in09.txt, in10.txt, in11.txt, in12.txt, in13.txt, in14.txt, in15.txt, sample_01.txt, sample_02.txt, sample_03.txt | 
| Case Name | Status | Exec Time | Memory | 
|---|---|---|---|
| in01.txt | RE | 10 ms | 8444 KiB | 
| in02.txt | RE | 10 ms | 8484 KiB | 
| in03.txt | RE | 10 ms | 8436 KiB | 
| in04.txt | RE | 10 ms | 8528 KiB | 
| in05.txt | RE | 10 ms | 8448 KiB | 
| in06.txt | RE | 10 ms | 8480 KiB | 
| in07.txt | RE | 11 ms | 8472 KiB | 
| in08.txt | RE | 10 ms | 8564 KiB | 
| in09.txt | RE | 11 ms | 8444 KiB | 
| in10.txt | RE | 10 ms | 8452 KiB | 
| in11.txt | RE | 10 ms | 8504 KiB | 
| in12.txt | RE | 10 ms | 8436 KiB | 
| in13.txt | RE | 10 ms | 8516 KiB | 
| in14.txt | RE | 10 ms | 8564 KiB | 
| in15.txt | RE | 10 ms | 8492 KiB | 
| sample_01.txt | RE | 10 ms | 8428 KiB | 
| sample_02.txt | RE | 11 ms | 8500 KiB | 
| sample_03.txt | RE | 10 ms | 8468 KiB |