/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 12ms 2.82 MiB
#2 Wrong Answer 12ms 2.75 MiB
#3 Wrong Answer 13ms 2.887 MiB
#4 Wrong Answer 14ms 2.906 MiB
#5 Wrong Answer 13ms 2.883 MiB

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-01-06 03:00:06
Judged By
Score
0
Total Time
14ms
Peak Memory
2.906 MiB