結果
| 問題 |
No.3115 One Power One Kill
|
| コンテスト | |
| ユーザー |
detteiuu
|
| 提出日時 | 2025-05-05 05:12:18 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 96 ms / 2,000 ms |
| コード長 | 81 bytes |
| コンパイル時間 | 620 ms |
| コンパイル使用メモリ | 82,588 KB |
| 実行使用メモリ | 69,528 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2025-05-05 05:12:23 |
| 合計ジャッジ時間 | 4,234 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 20 |
ソースコード
print(19000, 101)
K = int(input())
if K%101 != 0:
print(1)
else:
print(0)
detteiuu