結果
問題 | No.57 ミリオンダイス |
ユーザー | kanzaki_puyo |
提出日時 | 2015-11-13 23:43:23 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 158 bytes |
コンパイル時間 | 423 ms |
コンパイル使用メモリ | 57,796 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-14 05:58:47 |
合計ジャッジ時間 | 957 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 9 |
ソースコード
#include<iostream> #include<cmath> #include<cstdio> using namespace std; int main() { int x; cin >> x; printf("%lf\n", x*3.5); return 0; }