Wrong Answer
Code
T=int(input())
for i in range(T):
k=int(input())
if k==1:
print("RGB")
if k==2:
print("GRB")
if k==3:
print("GBR")
if k==4:
print("BGR")
Information
- Submit By
- Type
- Submission
- Problem
- P1010 Red Green Blue
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-01-06 03:00:06
- Judged At
- 2024-11-11 03:43:52
- Judged By
- Score
- 0
- Total Time
- 15ms
- Peak Memory
- 3.066 MiB