結果

問題 No.863 計算量
ユーザー tails
提出日時 2019-08-16 21:33:26
言語 Bash
(Bash 5.2.21)
結果
AC  
実行時間 2 ms / 1,000 ms
コード長 29 bytes
コンパイル時間 125 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-22 15:10:18
合計ジャッジ時間 652 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

read -dx a b
echo $[2-a*79/b]
0