Submission #29090411
Source Code Expand
n = int(input())
if n == 2 or n ==3 or n == 4:
print("No")
else:
print("Yes")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Exponential or Quadratic |
| User | is0292hx |
| Language | Python (3.8.2) |
| Score | 100 |
| Code Size | 89 Byte |
| Status | AC |
| Exec Time | 27 ms |
| Memory | 9152 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt, example2.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, example0.txt, example1.txt, example2.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 17 ms | 8848 KiB |
| 001.txt | AC | 16 ms | 8964 KiB |
| 002.txt | AC | 19 ms | 8848 KiB |
| 003.txt | AC | 16 ms | 9084 KiB |
| 004.txt | AC | 20 ms | 8844 KiB |
| 005.txt | AC | 17 ms | 9024 KiB |
| 006.txt | AC | 16 ms | 9012 KiB |
| 007.txt | AC | 17 ms | 9024 KiB |
| 008.txt | AC | 16 ms | 9016 KiB |
| 009.txt | AC | 16 ms | 9012 KiB |
| 010.txt | AC | 17 ms | 9008 KiB |
| example0.txt | AC | 27 ms | 9152 KiB |
| example1.txt | AC | 17 ms | 9084 KiB |
| example2.txt | AC | 20 ms | 8964 KiB |