結果

問題 No.8077 🔧
ユーザー ciel
提出日時 2021-04-13 09:27:09
言語 Bash
(Bash 5.2.21)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 138 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-06-29 03:38:37
合計ジャッジ時間 674 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 10
権限があれば一括ダウンロードができます

ソースコード

diff #

read a b c d e
echo $(((a*b+c-d)%e))
0