結果

問題 No.1987 Sandglass Inconvenience
ユーザー NatsubiSoganNatsubiSogan
提出日時 2021-12-19 10:48:04
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
RE  
実行時間 -
コード長 242 bytes
コンパイル時間 7,795 ms
コンパイル使用メモリ 240,640 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-04-26 04:08:14
合計ジャッジ時間 8,101 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 RE -
testcase_10 WA -
testcase_11 WA -
testcase_12 RE -
testcase_13 RE -
testcase_14 RE -
testcase_15 RE -
testcase_16 RE -
testcase_17 RE -
testcase_18 RE -
testcase_19 RE -
testcase_20 WA -
testcase_21 RE -
testcase_22 WA -
testcase_23 RE -
testcase_24 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include "testlib.h"
int main() {
	registerValidation();
	int a = inf.readInt();
	inf.readSpace();
	int b = inf.readInt();
	inf.readSpace();
	int c = inf.readInt();
	inf.readEoln();
	int x = inf.readInt();
	inf.readEoln();
	inf.readEof();
}

0