結果

問題 No.2575 Almost Increasing Sequence
ユーザー noshi91
提出日時 2023-12-01 12:54:43
言語 C++17(gcc12)
(gcc 12.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 144 bytes
コンパイル時間 6,067 ms
コンパイル使用メモリ 214,212 KB
実行使用メモリ 6,676 KB
スコア 0
最終ジャッジ日時 2023-12-02 23:39:31
合計ジャッジ時間 7,227 ms
ジャッジサーバーID
(参考情報)
judge15 / judge10
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 19
権限があれば一括ダウンロードができます

ソースコード

diff #

#include "testlib.h"

int main() {
  registerValidation();
  const int K = inf.readInt(0, 1000000000);
  inf.readChar('\n');
  inf.readEof();
}
0