結果
問題 |
No.350 d=vt
|
ユーザー |
![]() |
提出日時 | 2018-08-17 19:31:12 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 117 bytes |
コンパイル時間 | 313 ms |
コンパイル使用メモリ | 27,008 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-10 02:24:24 |
合計ジャッジ時間 | 994 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 8 WA * 4 |
ソースコード
#include <stdio.h> int main(){ double v, t; scanf("%lf%lf", &v, &t); printf("%d", (int)(v*t)); }