結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-01-25 18:50:54 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 221 bytes |
| 記録 | |
| コンパイル時間 | 1,032 ms |
| コンパイル使用メモリ | 182,720 KB |
| 実行使用メモリ | 39,600 KB |
| 最終ジャッジ日時 | 2026-06-24 09:30:04 |
| 合計ジャッジ時間 | 7,785 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 1 -- * 43 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
int main() {
int now = (1<<30)+1;
while(true) {
cout<<now<<endl;
int r; cin>>r;
if(r==1) break;
now/=2;
}
}