結果
問題 | No.57 ミリオンダイス |
ユーザー | fal_rnd |
提出日時 | 2017-02-04 18:49:13 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 197 bytes |
コンパイル時間 | 1,173 ms |
コンパイル使用メモリ | 156,764 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-24 06:17:33 |
合計ジャッジ時間 | 1,757 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 9 |
ソースコード
#include "bits/stdc++.h" using namespace std; const char en = '\n'; using ll = long long; using ull = unsigned long long; int main() { int n; cin>>n; cout<<n*3.5<<en; return 0; }