結果
| 問題 |
No.350 d=vt
|
| コンテスト | |
| ユーザー |
H20
|
| 提出日時 | 2020-11-05 14:24:59 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 144 ms / 2,000 ms |
| コード長 | 78 bytes |
| コンパイル時間 | 154 ms |
| コンパイル使用メモリ | 82,432 KB |
| 実行使用メモリ | 80,384 KB |
| 最終ジャッジ日時 | 2024-07-22 11:10:02 |
| 合計ジャッジ時間 | 2,929 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 12 |
ソースコード
from decimal import * V,T =input().split() V = Decimal(V) print(int(int(T)*V))
H20