/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Accepted 19ms 3.027 MiB
#2 Wrong Answer 22ms 3.117 MiB
#3 Wrong Answer 30ms 3.066 MiB

Code

T=int(input())

for i in range(T):
	k=int(input())
	if k==0:
		print("RGB")
	if k==1:
		print("GRB")
	if k==2:
		print("GBR")
	if k==3:
		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:01:21
Judged At
2024-11-11 03:43:52
Judged By
Score
20
Total Time
30ms
Peak Memory
3.117 MiB