結果
| 問題 | No.1742 Binary Indexed Train |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-10-14 17:09:58 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 141 bytes |
| 記録 | |
| コンパイル時間 | 455 ms |
| コンパイル使用メモリ | 85,376 KB |
| 実行使用メモリ | 82,432 KB |
| 最終ジャッジ日時 | 2026-05-20 01:28:57 |
| 合計ジャッジ時間 | 4,651 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 RE * 1 |
| other | WA * 22 RE * 10 |
ソースコード
n, q = map(int,input().split())
for i in range(q):
s, t = map(int,input().split())
if s == 0 and t == 2 ** n:
raise Exception