結果

問題 No.1169 Row and Column and Diagonal
ユーザー optopt
提出日時 2020-07-28 05:12:30
言語 Text
(cat 8.3)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 50 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 4,384 KB
最終ジャッジ日時 2023-09-11 06:19:03
合計ジャッジ時間 2,730 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,376 KB
testcase_01 AC 2 ms
4,376 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

1 5 2 3 4
4 2 1 5 3
5 4 3 1 2
2 3 5 4 1
3 1 4 2 5
0