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