結果
| 問題 |
No.3084 Identify f(x)
|
| コンテスト | |
| ユーザー |
navel_tos
|
| 提出日時 | 2025-04-04 23:34:17 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 55 ms / 2,000 ms |
| コード長 | 113 bytes |
| コンパイル時間 | 349 ms |
| コンパイル使用メモリ | 82,604 KB |
| 実行使用メモリ | 70,232 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2025-04-04 23:34:19 |
| 合計ジャッジ時間 | 1,756 ms |
|
ジャッジサーバーID (参考情報) |
judge6 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 7 |
ソースコード
#yukicoder3084 Identify f(x)
print('?', 0)
b = int(input())
print('?', 1)
a = int(input()) - b
print('!', a, b)
navel_tos