Submission #29210498
Source Code Expand
x = int(input())
y = int(input())
z = int(input())
if x + y <= z:
print(1)
else:
print(0)
Submission Info
| Submission Time | |
|---|---|
| Task | B - 移動 (Moving) |
| User | Pro_ktmr |
| Language | PyPy3 (7.3.0) |
| Score | 100 |
| Code Size | 103 Byte |
| Status | AC |
| Exec Time | 91 ms |
| Memory | 60780 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 | 91 ms | 60632 KiB |
| 01-02.txt | AC | 49 ms | 60724 KiB |
| 01-03.txt | AC | 51 ms | 60524 KiB |
| 01-04.txt | AC | 51 ms | 60688 KiB |
| 01-05.txt | AC | 54 ms | 60768 KiB |
| 01-06.txt | AC | 53 ms | 60768 KiB |
| 01-07.txt | AC | 52 ms | 60748 KiB |
| 01-08.txt | AC | 48 ms | 60776 KiB |
| 01-09.txt | AC | 52 ms | 60764 KiB |
| 01-10.txt | AC | 54 ms | 60780 KiB |
| 01-11.txt | AC | 49 ms | 60764 KiB |
| 01-12.txt | AC | 48 ms | 60644 KiB |
| 01-13.txt | AC | 49 ms | 60596 KiB |
| 01-14.txt | AC | 50 ms | 60496 KiB |
| sample-01.txt | AC | 57 ms | 60676 KiB |
| sample-02.txt | AC | 51 ms | 60740 KiB |