結果

問題 No.167 N^M mod 10
ユーザー nobigomunobigomu
提出日時 2018-05-29 12:12:01
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 8 ms / 1,000 ms
コード長 222 bytes
コンパイル時間 36 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-22 01:45:51
合計ジャッジ時間 1,112 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,248 KB
testcase_01 AC 6 ms
5,376 KB
testcase_02 AC 7 ms
5,376 KB
testcase_03 AC 8 ms
5,376 KB
testcase_04 AC 7 ms
5,376 KB
testcase_05 AC 6 ms
5,376 KB
testcase_06 AC 6 ms
5,376 KB
testcase_07 AC 7 ms
5,376 KB
testcase_08 AC 6 ms
5,376 KB
testcase_09 AC 6 ms
5,376 KB
testcase_10 AC 6 ms
5,376 KB
testcase_11 AC 6 ms
5,376 KB
testcase_12 AC 7 ms
5,376 KB
testcase_13 AC 7 ms
5,376 KB
testcase_14 AC 6 ms
5,376 KB
testcase_15 AC 6 ms
5,376 KB
testcase_16 AC 6 ms
5,376 KB
testcase_17 AC 6 ms
5,376 KB
testcase_18 AC 6 ms
5,376 KB
testcase_19 AC 7 ms
5,376 KB
testcase_20 AC 6 ms
5,376 KB
testcase_21 AC 7 ms
5,376 KB
testcase_22 AC 8 ms
5,376 KB
testcase_23 AC 7 ms
5,376 KB
testcase_24 AC 7 ms
5,376 KB
testcase_25 AC 7 ms
5,376 KB
testcase_26 AC 7 ms
5,376 KB
testcase_27 AC 7 ms
5,376 KB
testcase_28 AC 7 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read a
read b
echo "\
	[${a:$(expr ${#a}-1):1}]dSaSa [${b:$(expr ${#b}-2):2}]ddSbSbSb \
	[Lrc1]Sr[LrcLbx0=r]SrLbZ1=r \
	[Lrc0]Sr[LrcLax0=r]Srz0=r \
	[Lrc4Sb]Sr[LrcLbx4%d0=rSbLrc]Srz0=r \
	[LaxLb^10%]Srz0=r \
	n10P \
" | dc
0