結果
| 問題 | No.2357 Guess the Function |
| コンテスト | |
| ユーザー |
vwxyz
|
| 提出日時 | 2023-12-26 12:24:01 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 110 ms / 1,000 ms |
| コード長 | 142 bytes |
| 記録 | |
| コンパイル時間 | 383 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 35,208 KB |
| 平均クエリ数 | 2.91 |
| 最終ジャッジ日時 | 2026-04-14 09:58:07 |
| 合計ジャッジ時間 | 2,731 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 10 |
ソースコード
print("?",100)
y=int(input())
if y==99:
A,B=99,100
else:
print("?",99-y)
yy=int(input())
B=yy+1
A=(y-100)%B
print("!",A,B)
vwxyz