結果
| 問題 | No.2357 Guess the Function |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-12-26 18:59:41 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 119 bytes |
| 記録 | |
| コンパイル時間 | 232 ms |
| コンパイル使用メモリ | 95,984 KB |
| 実行使用メモリ | 90,496 KB |
| 平均クエリ数 | 2.91 |
| 最終ジャッジ日時 | 2026-07-19 20:38:02 |
| 合計ジャッジ時間 | 1,981 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 9 RE * 1 |
ソースコード
print("? 100", flush=True)
n = int(input())
print(f"? {99-n}", flush=True)
n2 = int(input())
print(f"! {n2-n} {n2+1}")