結果

問題 No.2557 緑以下コンテスト
ユーザー kikuepl
提出日時 2023-12-02 15:06:05
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 70 bytes
コンパイル時間 2,221 ms
コンパイル使用メモリ 81,684 KB
実行使用メモリ 67,088 KB
最終ジャッジ日時 2024-09-26 18:03:33
合計ジャッジ時間 3,949 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2 RE * 1
other AC * 3 RE * 3
権限があれば一括ダウンロードができます

ソースコード

diff #

n=int(input())
if n<1200:
  print("green")
  eixt()
print("difficult")
0