/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Accepted 13ms 2.777 MiB
#2 Wrong Answer 12ms 2.836 MiB
#3 Wrong Answer 14ms 2.668 MiB
#4 Wrong Answer 14ms 2.793 MiB
#5 Wrong Answer 14ms 2.785 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-01-06 03:01:22
Judged By
Score
20
Total Time
14ms
Peak Memory
2.836 MiB