結果

問題 No.3084 Identify f(x)
ユーザー amentorimaru
提出日時 2025-04-01 19:58:15
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 124 bytes
コンパイル時間 95 ms
コンパイル使用メモリ 12,160 KB
実行使用メモリ 28,544 KB
平均クエリ数 102.00
最終ジャッジ日時 2025-04-04 20:53:08
合計ジャッジ時間 2,267 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other RE * 7
権限があれば一括ダウンロードができます

ソースコード

diff #

print('? 0')
b=int(input())
print('? 1')
ab=int(input())
for _ in range(100):
  print('? 2')
  v=int(input())
print('!',a,b)
0