結果
| 問題 | No.863 計算量 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-08-16 21:27:38 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 25 ms / 1,000 ms |
| コード長 | 84 bytes |
| 記録 | |
| コンパイル時間 | 221 ms |
| コンパイル使用メモリ | 85,240 KB |
| 実行使用メモリ | 53,656 KB |
| 最終ジャッジ日時 | 2026-04-10 21:16:15 |
| 合計ジャッジ時間 | 1,549 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 13 |
ソースコード
a = int(input())
b = int(input())
if b//a < 500:
print(1)
else:
print(2)