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