結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-09-07 20:43:19 |
| 言語 | C++23(gcc16) (gcc 16.1.0 + boost 1.92.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 164 ms / 2,000 ms |
| + 0µs | |
| コード長 | 202 bytes |
| 記録 | |
| コンパイル時間 | 2,276 ms |
| コンパイル使用メモリ | 348,696 KB |
| 実行使用メモリ | 9,764 KB |
| 平均クエリ数 | 11.66 |
| 最終ジャッジ日時 | 2026-09-07 20:43:29 |
| 合計ジャッジ時間 | 5,253 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 44 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
for (int k = 29; k >= 0; k--){
int x = 1<<k, r;
cout << x << endl;
cin >> r;
if (r == 1) return 0;
}
}