結果
| 問題 | No.2357 Guess the Function |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-05-12 01:59:46 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 134 bytes |
| 記録 | |
| コンパイル時間 | 285 ms |
| コンパイル使用メモリ | 85,216 KB |
| 実行使用メモリ | 73,804 KB |
| 平均クエリ数 | 2.91 |
| 最終ジャッジ日時 | 2026-05-12 01:59:52 |
| 合計ジャッジ時間 | 1,985 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 1 WA * 9 |
ソースコード
print("?",100)
x=int(input())
if x==99:
print("!",99,100)
else:
print("?",100-x-1)
y=int(input())
print("!",y+1-x,y+1)