結果
問題 |
No.350 d=vt
|
ユーザー |
![]() |
提出日時 | 2018-07-22 13:54:10 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 149 bytes |
コンパイル時間 | 515 ms |
コンパイル使用メモリ | 53,632 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-26 05:12:50 |
合計ジャッジ時間 | 1,173 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 9 WA * 3 |
ソースコード
#include <iostream> #include <stdio.h> using namespace std; int main(){ double v; int t; cin >> v >> t; printf("%.0f\n",v*t); return 0; }