結果

問題 No.1169 Row and Column and Diagonal
ユーザー optopt
提出日時 2020-07-28 05:12:30
言語 Text
(cat 8.3)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 31 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-06-28 20:31:43
合計ジャッジ時間 3,027 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 0 ms
5,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