Submission #25403495
Source Code Expand
X, Y = input().split(".")
Y = int(Y)
if 0 <= Y <= 2:
print(X+"-")
elif 3<=Y<=6:
print(X)
elif 7<=Y<=9:
print(X+"+")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Signed Difficulty |
| User | MizukiHashimoto |
| Language | PyPy3 (7.3.0) |
| Score | 100 |
| Code Size | 136 Byte |
| Status | AC |
| Exec Time | 95 ms |
| Memory | 61496 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, example0.txt, example1.txt, example2.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 95 ms | 61412 KiB |
| 001.txt | AC | 54 ms | 61324 KiB |
| 002.txt | AC | 57 ms | 61320 KiB |
| 003.txt | AC | 55 ms | 61416 KiB |
| 004.txt | AC | 52 ms | 61496 KiB |
| 005.txt | AC | 57 ms | 61296 KiB |
| 006.txt | AC | 58 ms | 61300 KiB |
| example0.txt | AC | 58 ms | 61484 KiB |
| example1.txt | AC | 55 ms | 61416 KiB |
| example2.txt | AC | 56 ms | 61428 KiB |