Accepted
Code
t = int(input())
while t:
s = input()
print(s[0])
t -= 1
Information
- Submit By
- Type
- Submission
- Problem
- P1080 String Algorithm
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-09-10 17:43:01
- Judged At
- 2024-11-11 02:54:33
- Judged By
- Score
- 100
- Total Time
- 16ms
- Peak Memory
- 3.078 MiB