結果
問題 |
No.1033 乱数サイ
|
ユーザー |
|
提出日時 | 2020-05-21 11:17:29 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 129 bytes |
コンパイル時間 | 1,437 ms |
コンパイル使用メモリ | 165,408 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-01 23:54:58 |
合計ジャッジ時間 | 2,106 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | AC * 1 WA * 14 |
ソースコード
#include<bits/stdc++.h> using namespace std; int main(){ long n,k; cin >> n >> k; printf("%.10lf",(double)(n+1)/2); }