結果
問題 | No.128 お年玉(1) |
ユーザー |
![]() |
提出日時 | 2016-02-21 21:14:03 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 1 ms / 5,000 ms |
コード長 | 233 bytes |
コンパイル時間 | 672 ms |
コンパイル使用メモリ | 100,192 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-12 02:58:14 |
合計ジャッジ時間 | 1,633 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 21 |
ソースコード
import std.stdio,std.conv,std.string,std.range,std.math,std.algorithm;void main(){auto N = readln.strip.to!long;auto M = readln.strip.to!int;(N / M / 1000 * 1000).writeln;}