結果
| 問題 |
No.1742 Binary Indexed Train
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-10-14 17:09:58 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 141 bytes |
| コンパイル時間 | 291 ms |
| コンパイル使用メモリ | 82,404 KB |
| 実行使用メモリ | 78,088 KB |
| 最終ジャッジ日時 | 2024-11-25 10:54:22 |
| 合計ジャッジ時間 | 4,617 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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