Wrong Answer
Code
t = int(input())
for i in range(t):
k = int(input())
n = ['R','G','B']
for _ in range(k):
n[0] = n[1]
p = ', '.join(n)
print(p)
Information
- Submit By
- Type
- Submission
- Problem
- P1010 Red Green Blue
- Contest
- Brain booster - 1
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2023-12-31 14:22:35
- Judged At
- 2024-11-11 03:46:18
- Judged By
- Score
- 0
- Total Time
- 15ms
- Peak Memory
- 3.129 MiB