結果
問題 |
No.350 d=vt
|
ユーザー |
👑 |
提出日時 | 2020-01-26 03:12:39 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 161 bytes |
コンパイル時間 | 689 ms |
コンパイル使用メモリ | 66,212 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-14 04:53:52 |
合計ジャッジ時間 | 1,523 ms |
ジャッジサーバーID (参考情報) |
judge6 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 12 |
ソースコード
#include <iostream> using namespace std; int main(){ string a;int b;cin>>a>>b; a = a.substr(2,4); int A = stoi(a); cout << (A*b)/10000 << endl; }