結果
問題 | No.57 ミリオンダイス |
ユーザー | RCCW |
提出日時 | 2017-02-02 17:51:56 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 156 bytes |
コンパイル時間 | 1,324 ms |
コンパイル使用メモリ | 158,392 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-24 03:54:58 |
合計ジャッジ時間 | 1,990 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 9 |
ソースコード
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; int main() { long long n=0,m=1; cin>>n; printf("%.5f\n", 3.5 * n); }