結果
問題 |
No.57 ミリオンダイス
|
ユーザー |
|
提出日時 | 2023-07-23 12:35:50 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 16 ms / 5,000 ms |
コード長 | 225 bytes |
コンパイル時間 | 1,757 ms |
コンパイル使用メモリ | 193,648 KB |
最終ジャッジ日時 | 2025-02-15 18:28:59 |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 9 |
ソースコード
#include <bits/stdc++.h> using namespace std; using ll = long long; #define fi first #define se second int main(){ int n; cin >> n; cout << fixed << setprecision(1) << (long double)n * 3.5 << endl; return 0; }