結果
| 問題 | No.3084 Identify f(x) | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2025-04-04 21:30:07 | 
| 言語 | PyPy3 (7.3.15) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 62 ms / 2,000 ms | 
| コード長 | 143 bytes | 
| コンパイル時間 | 903 ms | 
| コンパイル使用メモリ | 82,304 KB | 
| 実行使用メモリ | 69,248 KB | 
| 平均クエリ数 | 4.00 | 
| 最終ジャッジ日時 | 2025-04-04 21:32:05 | 
| 合計ジャッジ時間 | 1,599 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 7 | 
ソースコード
print("? 0",flush=True)
b=int(input())
print("? 1",flush=True)
a1=int(input())
print("? 2",flush=True)
a2=int(input())
print(f"! {a2-a1} {b}")
            
            
            
        