結果
| 問題 |
No.3011 あ、俺こいつの役やりたい!
|
| コンテスト | |
| ユーザー |
DeltaStruct
|
| 提出日時 | 2024-10-17 20:57:55 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 22 ms / 2,000 ms |
| コード長 | 149 bytes |
| コンパイル時間 | 1,302 ms |
| コンパイル使用メモリ | 159,572 KB |
| 実行使用メモリ | 26,240 KB |
| 平均クエリ数 | 11.66 |
| 最終ジャッジ日時 | 2025-01-25 21:50:03 |
| 合計ジャッジ時間 | 4,942 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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