結果
問題 |
No.57 ミリオンダイス
|
ユーザー |
![]() |
提出日時 | 2017-02-02 17:48:05 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 161 bytes |
コンパイル時間 | 1,357 ms |
コンパイル使用メモリ | 159,496 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-12-24 03:54:56 |
合計ジャッジ時間 | 1,989 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 9 |
ソースコード
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; int main() { long long n=0,m=1; cin>>n; n=n*3.5; cout<<n<<endl; } #950832