Submission #25452943
Source Code Expand
a,b=input().split('.')
print(a+'- +'[int(b)+1>>2])
Submission Info
| Submission Time | |
|---|---|
| Task | A - Signed Difficulty |
| User | Pandruant |
| Language | PyPy3 (7.3.0) |
| Score | 100 |
| Code Size | 50 Byte |
| Status | AC |
| Exec Time | 67 ms |
| Memory | 61844 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 | 67 ms | 61532 KiB |
| 001.txt | AC | 54 ms | 61536 KiB |
| 002.txt | AC | 54 ms | 61416 KiB |
| 003.txt | AC | 53 ms | 61576 KiB |
| 004.txt | AC | 52 ms | 61540 KiB |
| 005.txt | AC | 54 ms | 61760 KiB |
| 006.txt | AC | 52 ms | 61376 KiB |
| example0.txt | AC | 51 ms | 61588 KiB |
| example1.txt | AC | 53 ms | 61368 KiB |
| example2.txt | AC | 53 ms | 61844 KiB |