結果
| 問題 |
No.57 ミリオンダイス
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2015-02-08 19:09:01 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 5,000 ms |
| コード長 | 193 bytes |
| コンパイル時間 | 694 ms |
| コンパイル使用メモリ | 58,740 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-11-09 00:40:55 |
| 合計ジャッジ時間 | 1,250 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 9 |
ソースコード
#include <iostream>
#include <cstdio>
#include <vector>
#include <algorithm>
#include <utility>
using namespace std;
int main() {
int n;
cin >> n;
printf("%.1f\n", 3.5 * n);
return 0;
}