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