結果
問題 |
No.350 d=vt
|
ユーザー |
![]() |
提出日時 | 2023-06-16 16:01:09 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 110 bytes |
コンパイル時間 | 518 ms |
コンパイル使用メモリ | 28,032 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-24 08:54:54 |
合計ジャッジ時間 | 873 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 12 |
ソースコード
#include <stdio.h> #include <math.h> int main() { int s,t; scanf("0.%d%d",&s,&t); printf("%d",s*t/10000); }