結果
| 問題 |
No.57 ミリオンダイス
|
| コンテスト | |
| ユーザー |
motxx
|
| 提出日時 | 2014-12-03 03:52:46 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 5,000 ms |
| コード長 | 202 bytes |
| コンパイル時間 | 1,460 ms |
| コンパイル使用メモリ | 156,772 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-11-09 00:39:34 |
| 合計ジャッジ時間 | 2,273 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 9 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
#define REP(i,a,b) for(int i=a;i<(int)b;i++)
#define rep(i,n) REP(i,0,n)
int main() {
double N;cin>>N;printf("%.8f\n",N*3.5);
return 0;
}
motxx