結果
| 問題 |
No.2557 緑以下コンテスト
|
| コンテスト | |
| ユーザー |
👑 |
| 提出日時 | 2023-09-19 14:58:09 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 118 bytes |
| コンパイル時間 | 140 ms |
| コンパイル使用メモリ | 81,972 KB |
| 実行使用メモリ | 53,016 KB |
| 最終ジャッジ日時 | 2024-09-25 22:37:05 |
| 合計ジャッジ時間 | 946 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 6 |
ソースコード
# test: 境界値チェック
N = int(input())
assert(1 <= N <= 4000)
print("green" if N <= 1200 else "difficult")