結果
問題 |
No.3011 あ、俺こいつの役やりたい!
|
ユーザー |
|
提出日時 | 2025-01-25 18:50:54 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
TLE
|
実行時間 | - |
コード長 | 221 bytes |
コンパイル時間 | 1,433 ms |
コンパイル使用メモリ | 161,088 KB |
実行使用メモリ | 41,764 KB |
最終ジャッジ日時 | 2025-01-26 00:03:40 |
合計ジャッジ時間 | 138,440 ms |
ジャッジサーバーID (参考情報) |
judge6 / judge7 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | TLE * 44 |
ソースコード
#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; } }