結果

問題 No.8129 Personal Color
コンテスト
ユーザー tombo_
提出日時 2026-04-01 23:14:50
言語 PyPy3
(7.3.17)
コンパイル:
pypy3 -mpy_compile _filename_
実行:
pypy3 _filename_
結果
WA  
実行時間 -
コード長 959 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 113 ms
コンパイル使用メモリ 85,660 KB
実行使用メモリ 139,280 KB
最終ジャッジ日時 2026-04-01 23:14:53
合計ジャッジ時間 1,977 ms
ジャッジサーバーID
(参考情報)
judge4_1 / judge1_1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 21 WA * 13
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

S=input()
ans="red"
if S=="ksun48": ans="FF00FF"
if S=="Benq": ans="1E8449"
if S=="jiangly": ans="F8AAE5"
if S=="mulgokizary": ans="FFC0CB"
if S=="Radewoosh": ans="800080"
if S=="scott_wu": ans="CC00FF"
if S=="Um_nik": ans="08E8DE"
if S=="semiexp": ans="92D050"
if S=="maroonrk": ans="869120"
if S=="heno239": ans="6BB75B"
if S=="snuke": ans="1000AC"
if S=="liuhengxi": ans="C5DAB1"
if S=="hos_lyric": ans="CAD8F5"
if S=="Nachia": ans="7878DB"
if S=="peti1234": ans="0A9FEA"
if S=="sugim48": ans="C06000"
if S=="potato167": ans="028FF4"
if S=="simonlindholm": ans="732E6C"
if S=="jcvb": ans="000000"
if S=="molamola": ans="FF40A2"
if S=="tatyam": ans="FF6040"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"
if S=="potato167": ans="028FF4"

print(ans)
0