結果
| 問題 |
No.3084 Identify f(x)
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-03-16 17:27:35 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 126 bytes |
| コンパイル時間 | 272 ms |
| コンパイル使用メモリ | 82,788 KB |
| 実行使用メモリ | 85,456 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2025-04-04 20:50:17 |
| 合計ジャッジ時間 | 2,275 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 7 |
ソースコード
import sys
print("? 0")
f0 = int(input())
print("? 1")
f1 = int(intput())
print("!",end=" ")
print(f1-f0,end = " ")
print(f0)