結果
問題 | No.128 お年玉(1) |
ユーザー |
|
提出日時 | 2021-06-18 01:50:54 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 41 ms / 5,000 ms |
コード長 | 71 bytes |
コンパイル時間 | 202 ms |
コンパイル使用メモリ | 82,432 KB |
実行使用メモリ | 52,096 KB |
最終ジャッジ日時 | 2024-06-11 19:57:39 |
合計ジャッジ時間 | 2,061 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 21 |
ソースコード
N = int(input()) M = int(input()) cnt = (N // 1000)//M print(cnt*1000)