Submission #45493028
Source Code Expand
Copy
C = input()letters = "abcdefghijklmnopqrstuvwxyz"print(letters[letters.find(C)+1])
C = input() letters = "abcdefghijklmnopqrstuvwxyz" print(letters[letters.find(C)+1])
Submission Info
Submission Time | |
---|---|
Task | A - Next Alphabet |
User | KoyanagiHitoshi |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 85 Byte |
Status | AC |
Exec Time | 9 ms |
Memory | 8644 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 01.txt, 02.txt |
All | 01.txt, 02.txt, 11.txt, 12.txt, 13.txt, 14.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
01.txt | AC | 8 ms | 8644 KB |
02.txt | AC | 9 ms | 8556 KB |
11.txt | AC | 9 ms | 8456 KB |
12.txt | AC | 9 ms | 8584 KB |
13.txt | AC | 9 ms | 8496 KB |
14.txt | AC | 9 ms | 8576 KB |