結果
問題 |
No.46 はじめのn歩
|
ユーザー |
|
提出日時 | 2020-05-19 08:02:25 |
言語 | Bash (Bash 5.2.21) |
結果 |
WA
|
実行時間 | - |
コード長 | 107 bytes |
コンパイル時間 | 46 ms |
コンパイル使用メモリ | 6,948 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-01 22:30:26 |
合計ジャッジ時間 | 695 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 10 |
ソースコード
read a ; read b d=`expr $b / $a` m=`expr $b % $a` if [ $m -gt 0 ] ; then d=`expr $d + 1` fi echo $d