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