結果
問題 | No.350 d=vt |
ユーザー | roiti46 |
提出日時 | 2016-10-10 21:17:40 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 19 ms / 2,000 ms |
コード長 | 171 bytes |
コンパイル時間 | 118 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 8,192 KB |
最終ジャッジ日時 | 2024-10-05 05:07:49 |
合計ジャッジ時間 | 1,010 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 12 |
ソースコード
# -*- coding: utf-8 -*- import sys,copy,math,heapq,itertools as it,fractions,re,bisect,collections as coll v, t = raw_input().split() v = v[2:] print int(v)*int(t)/10000