結果
| 問題 | No.863 計算量 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-07-24 20:08:35 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 25 ms / 1,000 ms |
| コード長 | 80 bytes |
| 記録 | |
| コンパイル時間 | 218 ms |
| コンパイル使用メモリ | 85,996 KB |
| 実行使用メモリ | 54,104 KB |
| 最終ジャッジ日時 | 2026-03-28 04:54:59 |
| 合計ジャッジ時間 | 1,303 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 13 |
ソースコード
a = int(input())
b = int(input())
if b//a > 80:
print(2)
else:
print(1)