結果
| 問題 |
No.3084 Identify f(x)
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-03-16 17:40:19 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 97 bytes |
| コンパイル時間 | 320 ms |
| コンパイル使用メモリ | 82,220 KB |
| 実行使用メモリ | 71,160 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2025-04-04 20:50:38 |
| 合計ジャッジ時間 | 2,376 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 7 |
ソースコード
import sys
print("? 0")
f0 = int(input())
print("? 1")
f1 = int(input())
print("! {f1-f0} {f0}")