結果
| 問題 |
No.1033 乱数サイ
|
| コンテスト | |
| ユーザー |
🍮かんプリン
|
| 提出日時 | 2020-05-13 11:51:01 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 245 bytes |
| コンパイル時間 | 1,672 ms |
| コンパイル使用メモリ | 157,432 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-09-14 15:30:53 |
| 合計ジャッジ時間 | 2,255 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | AC * 1 WA * 14 |
ソースコード
/**
* @FileName a.cpp
* @Author kanpurin
* @Created 2020.05.13 11:50:53
**/
#include "bits/stdc++.h"
using namespace std;
typedef long long ll;
int main() {
double n,k;cin >> n >> k;
cout << (n+1)/2 << endl;
return 0;
}
🍮かんプリン