結果

問題 No.702 中央値を求めよ LIMITED
ユーザー ikd
提出日時 2018-06-15 22:49:57
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 199 bytes
コンパイル時間 460 ms
コンパイル使用メモリ 58,800 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-06-30 15:11:52
合計ジャッジ時間 1,307 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 1
other WA * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<vector>
#include<algorithm>
using namespace std;

#define rep(i,n) for(int i=0;i<(n);i++)

int main(){

  int seed; cin>> seed;

  cout<< 2147058707<< endl;

  return 0;
}
0