結果
| 問題 |
No.350 d=vt
|
| コンテスト | |
| ユーザー |
xxxasdfghjk
|
| 提出日時 | 2018-09-07 16:12:55 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 177 bytes |
| コンパイル時間 | 474 ms |
| コンパイル使用メモリ | 53,976 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-11-27 19:10:08 |
| 合計ジャッジ時間 | 877 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 2 |
| other | AC * 1 WA * 11 |
ソースコード
#include<iostream>
using namespace std;
typedef long long int ll;
typedef pair<ll,ll> P;
int main()
{
double a,b;
cin >> a >> b;
cout << (int)a*b << endl;
return 0;
}
xxxasdfghjk