Submission #479291
Source Code Expand
n = int(raw_input())
if n == 100:
print("Perfect")
elif n >= 90:
print("Great")
elif n >= 60:
print("Good")
else:
print("Bad")
Submission Info
| Submission Time | |
|---|---|
| Task | A - テスト評価 |
| User | taruta0811 |
| Language | Python (2.7.3) |
| Score | 100 |
| Code Size | 154 Byte |
| Status | AC |
| Exec Time | 57 ms |
| Memory | 3388 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example_0.txt, example_1.txt, example_2.txt, example_3.txt |
| All | example_0.txt, example_1.txt, example_2.txt, example_3.txt, handmade_0.txt, handmade_1.txt, handmade_2.txt, handmade_3.txt, handmade_4.txt, handmade_5.txt, random_0.txt, random_1.txt, random_2.txt, random_3.txt, random_4.txt, example_0.txt, example_1.txt, example_2.txt, example_3.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| example_0.txt | AC | 54 ms | 3212 KiB |
| example_1.txt | AC | 53 ms | 3216 KiB |
| example_2.txt | AC | 52 ms | 3212 KiB |
| example_3.txt | AC | 52 ms | 3384 KiB |
| handmade_0.txt | AC | 55 ms | 3380 KiB |
| handmade_1.txt | AC | 53 ms | 3384 KiB |
| handmade_2.txt | AC | 53 ms | 3212 KiB |
| handmade_3.txt | AC | 55 ms | 3388 KiB |
| handmade_4.txt | AC | 56 ms | 3376 KiB |
| handmade_5.txt | AC | 55 ms | 3212 KiB |
| random_0.txt | AC | 53 ms | 3376 KiB |
| random_1.txt | AC | 55 ms | 3384 KiB |
| random_2.txt | AC | 57 ms | 3304 KiB |
| random_3.txt | AC | 54 ms | 3216 KiB |
| random_4.txt | AC | 56 ms | 3304 KiB |