結果

問題 No.1432 Not Xor
ユーザー cielciel
提出日時 2021-05-04 01:41:02
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 14 bytes
コンパイル時間 38 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-09-29 21:42:43
合計ジャッジ時間 863 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

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

ソースコード

diff #

awk '$0=$1+$2'
0