結果
| 問題 |
No.218 経験値1.5倍
|
| コンテスト | |
| ユーザー |
taba
|
| 提出日時 | 2016-04-13 20:33:51 |
| 言語 | Python2 (2.7.18) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 117 bytes |
| コンパイル時間 | 149 ms |
| コンパイル使用メモリ | 7,080 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-10-04 07:48:25 |
| 合計ジャッジ時間 | 1,450 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 31 |
ソースコード
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"][math.ceil(b)/math.ceil(c)<1.5]
taba