結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
DeltaStruct
|
| 提出日時 | 2024-10-17 21:24:55 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
AC
|
| 実行時間 | 19 ms / 2,000 ms |
| コード長 | 149 bytes |
| 記録 | |
| コンパイル時間 | 1,456 ms |
| コンパイル使用メモリ | 177,996 KB |
| 実行使用メモリ | 29,764 KB |
| 平均クエリ数 | 11.66 |
| 最終ジャッジ日時 | 2026-06-23 19:20:24 |
| 合計ジャッジ時間 | 4,149 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 44 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
int r;
for (int i(29);;--i){
cout << (1<<i) << endl;
cin >> r; if (r) return 0;
}
}
DeltaStruct