提出 #7001576


ソースコード 拡げる

import sys
input = sys.stdin.readline
sys.setrecursionlimit(10 ** 7)

a = int(input())
s = input().rstrip()

print(s if a >= 3200 else 'red')

提出情報

提出日時
問題 A - Red or Not
ユーザ maspy
言語 Python (3.4.3)
得点 100
コード長 148 Byte
結果 AC
実行時間 17 ms
メモリ 2940 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 9
セット名 テストケース
Sample a01, a02, a03
All a01, a02, a03, b04, b05, b06, b07, b08, b09
ケース名 結果 実行時間 メモリ
a01 AC 17 ms 2940 KiB
a02 AC 17 ms 2940 KiB
a03 AC 17 ms 2940 KiB
b04 AC 17 ms 2940 KiB
b05 AC 17 ms 2940 KiB
b06 AC 17 ms 2940 KiB
b07 AC 17 ms 2940 KiB
b08 AC 17 ms 2940 KiB
b09 AC 17 ms 2940 KiB