結果
| 問題 |
No.3084 Identify f(x)
|
| コンテスト | |
| ユーザー |
nikoro256
|
| 提出日時 | 2025-04-04 21:23:22 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 59 ms / 2,000 ms |
| コード長 | 107 bytes |
| コンパイル時間 | 196 ms |
| コンパイル使用メモリ | 81,912 KB |
| 実行使用メモリ | 70,044 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2025-04-04 21:23:27 |
| 合計ジャッジ時間 | 1,511 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 7 |
ソースコード
print('?',0,flush=True)
B=int(input())
print('?',1,flush=True)
AB=int(input())
print("!",AB-B,B,flush=True)
nikoro256