Submission #31143808
Source Code Expand
x = int(input())
y = int(input())
z = int(input())
if x + y <= z:
answer = 1
else:
answer = 0
print(answer)
Submission Info
| Submission Time | |
|---|---|
| Task | B - 移動 (Moving) |
| User | Pro_ktmr |
| Language | PyPy3 (7.3.0) |
| Score | 100 |
| Code Size | 122 Byte |
| Status | AC |
| Exec Time | 78 ms |
| Memory | 61712 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample-01.txt, sample-02.txt |
| All | 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt, 01-11.txt, 01-12.txt, 01-13.txt, 01-14.txt, sample-01.txt, sample-02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | AC | 78 ms | 61688 KiB |
| 01-02.txt | AC | 50 ms | 61712 KiB |
| 01-03.txt | AC | 52 ms | 61484 KiB |
| 01-04.txt | AC | 52 ms | 61620 KiB |
| 01-05.txt | AC | 51 ms | 61692 KiB |
| 01-06.txt | AC | 49 ms | 61616 KiB |
| 01-07.txt | AC | 50 ms | 61384 KiB |
| 01-08.txt | AC | 54 ms | 61704 KiB |
| 01-09.txt | AC | 51 ms | 61692 KiB |
| 01-10.txt | AC | 53 ms | 61504 KiB |
| 01-11.txt | AC | 49 ms | 61708 KiB |
| 01-12.txt | AC | 51 ms | 61400 KiB |
| 01-13.txt | AC | 49 ms | 61472 KiB |
| 01-14.txt | AC | 51 ms | 61676 KiB |
| sample-01.txt | AC | 50 ms | 61648 KiB |
| sample-02.txt | AC | 47 ms | 61492 KiB |