結果
問題 |
No.445 得点
|
ユーザー |
![]() |
提出日時 | 2017-07-07 04:55:44 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 181 bytes |
コンパイル時間 | 168 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-10-06 04:54:16 |
合計ジャッジ時間 | 1,401 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 21 |
ソースコード
import math A,B=(float(i) for i in input(). split ()) A*=50 #print (A) A1=A*10 B*=2 B+=8 C=A1/B print (C) if int(C)-C<0.00001: C=float(int(C)) D=math.floor(C) A+=D print(int(A))