Submission #74647402
Source Code Expand
a, b = map(int, input().split())
if a==1 and b==7 or a==3 and b==3 or a==5 and b==5 or a==7 and b==7 or a==9 and b==9:
print('Yes')
else:
print('No')
Submission Info
| Submission Time | |
|---|---|
| Task | A - Gothec |
| User | Abdymanapov4321 |
| Language | Python (PyPy 3.11-v7.3.20) |
| Score | 100 |
| Code Size | 164 Byte |
| Status | AC |
| Exec Time | 59 ms |
| Memory | 79896 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 | 58 ms | 79448 KiB |
| 00-sample-02.txt | AC | 58 ms | 79844 KiB |
| 00-sample-03.txt | AC | 58 ms | 79472 KiB |
| 00-sample-04.txt | AC | 58 ms | 79728 KiB |
| 01-01.txt | AC | 58 ms | 79760 KiB |
| 01-02.txt | AC | 58 ms | 79896 KiB |
| 01-03.txt | AC | 58 ms | 79760 KiB |
| 01-04.txt | AC | 58 ms | 79712 KiB |
| 01-05.txt | AC | 58 ms | 79608 KiB |
| 01-06.txt | AC | 58 ms | 79620 KiB |
| 01-07.txt | AC | 58 ms | 79712 KiB |
| 01-08.txt | AC | 58 ms | 79712 KiB |
| 01-09.txt | AC | 58 ms | 79592 KiB |
| 01-10.txt | AC | 58 ms | 79620 KiB |
| 01-11.txt | AC | 59 ms | 79620 KiB |
| 01-12.txt | AC | 58 ms | 79712 KiB |
| 01-13.txt | AC | 58 ms | 79472 KiB |