結果
| 問題 | No.2357 Guess the Function |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-05-12 01:59:01 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 130 bytes |
| 記録 | |
| コンパイル時間 | 264 ms |
| コンパイル使用メモリ | 85,312 KB |
| 実行使用メモリ | 72,044 KB |
| 平均クエリ数 | 2.91 |
| 最終ジャッジ日時 | 2026-05-12 01:59:05 |
| 合計ジャッジ時間 | 2,078 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 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-x,y)