結果
問題 | No.388 階段 (1) |
ユーザー |
|
提出日時 | 2017-07-26 13:36:48 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 164 bytes |
コンパイル時間 | 848 ms |
コンパイル使用メモリ | 101,416 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-12 21:13:40 |
合計ジャッジ時間 | 1,483 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 12 |
ソースコード
import std.algorithm, std.conv, std.range, std.stdio, std.string; void main() { auto rd = readln.split.to!(int[]), s = rd[0], f = rd[1]; writeln(s / f + 1); }