結果

問題 No.3011 あ、俺こいつの役やりたい!
ユーザー のらら
提出日時 2025-01-20 00:30:43
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 308 bytes
コンパイル時間 3,893 ms
コンパイル使用メモリ 172,200 KB
実行使用メモリ 26,260 KB
平均クエリ数 1.00
最終ジャッジ日時 2025-01-25 22:14:36
合計ジャッジ時間 11,353 ms
ジャッジサーバーID
(参考情報)
judge4 / judge7
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 44
権限があれば一括ダウンロードができます

ソースコード

diff #

//範囲外の確認
#include <iostream>
#include <algorithm>
#include <atcoder/all>
using namespace std;
using namespace atcoder;
using ll = long long;

int main(){
  while(1){
    cout << 0 << endl;
    cout.flush();
    int ret;
    cin >> ret;
    if(ret == 0) continue;
    else break;
  }
  return 0;
}
0