Submission #74642969
Source Code Expand
a=input()
if a=="1 7" or a=="3 3" or a=="5 5" or a=="7 7" or a=="9 9":
print("Yes")
else:
print("No")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Gothec |
| User | usuaji288 |
| Language | Python (PyPy 3.11-v7.3.20) |
| Score | 100 |
| Code Size | 113 Byte |
| Status | AC |
| Exec Time | 52 ms |
| Memory | 79844 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt, 00-sample-04.txt |
| All | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt, 00-sample-04.txt, 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 |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00-sample-01.txt | AC | 51 ms | 79468 KiB |
| 00-sample-02.txt | AC | 50 ms | 79844 KiB |
| 00-sample-03.txt | AC | 51 ms | 79724 KiB |
| 00-sample-04.txt | AC | 51 ms | 79612 KiB |
| 01-01.txt | AC | 51 ms | 79520 KiB |
| 01-02.txt | AC | 51 ms | 79636 KiB |
| 01-03.txt | AC | 51 ms | 79700 KiB |
| 01-04.txt | AC | 51 ms | 79724 KiB |
| 01-05.txt | AC | 51 ms | 79468 KiB |
| 01-06.txt | AC | 51 ms | 79600 KiB |
| 01-07.txt | AC | 51 ms | 79724 KiB |
| 01-08.txt | AC | 51 ms | 79712 KiB |
| 01-09.txt | AC | 51 ms | 79468 KiB |
| 01-10.txt | AC | 51 ms | 79560 KiB |
| 01-11.txt | AC | 51 ms | 79612 KiB |
| 01-12.txt | AC | 52 ms | 79636 KiB |
| 01-13.txt | AC | 51 ms | 79724 KiB |