結果
| 問題 |
No.218 経験値1.5倍
|
| コンテスト | |
| ユーザー |
taba
|
| 提出日時 | 2016-04-13 20:33:00 |
| 言語 | Python2 (2.7.18) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 107 bytes |
| コンパイル時間 | 121 ms |
| コンパイル使用メモリ | 7,040 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-10-04 07:47:57 |
| 合計ジャッジ時間 | 1,470 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 25 WA * 6 |
ソースコード
import math a,b,c=[input()for i in[0]*3] b=1.*a/b c=1.*a/c #print b,c print["YES","NO"][b/math.ceil(c)<1.5]
taba