結果
問題 |
No.3011 あ、俺こいつの役やりたい!
|
ユーザー |
![]() |
提出日時 | 2025-02-22 01:46:59 |
言語 | C++17(clang) (17.0.6 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 36 ms / 2,000 ms |
コード長 | 237 bytes |
コンパイル時間 | 3,343 ms |
コンパイル使用メモリ | 170,968 KB |
実行使用メモリ | 26,240 KB |
平均クエリ数 | 12.45 |
最終ジャッジ日時 | 2025-02-22 01:47:09 |
合計ジャッジ時間 | 6,827 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 44 |
ソースコード
#include <bits/stdc++.h> using namespace std; using ll = long long; int main() { int a = 1000000000; while (a) { cout << a << endl; int r; cin >> r; if (r == -1) return 0; if (r == 1) return 0; a >>= 1; } }