結果
| 問題 |
No.3084 Identify f(x)
|
| コンテスト | |
| ユーザー |
amentorimaru
|
| 提出日時 | 2025-04-01 20:52:09 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 98 bytes |
| コンパイル時間 | 145 ms |
| コンパイル使用メモリ | 12,032 KB |
| 実行使用メモリ | 27,392 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2025-04-04 20:53:08 |
| 合計ジャッジ時間 | 2,086 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 7 |
ソースコード
print('? 1000')
b0=int(input())
print('? 1001')
ab=int(input())
a=ab-b0
b=ab-1001*a
print('!',a,b)
amentorimaru