結果

問題 No.2768 Password Crack
コンテスト
ユーザー srjywrdnprkt
提出日時 2023-12-12 19:51:35
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 212 bytes
コンパイル時間 2,191 ms
コンパイル使用メモリ 191,328 KB
最終ジャッジ日時 2025-02-18 10:33:10
ジャッジサーバーID
(参考情報)
judge3 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 29
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>

using namespace std;
using ll = long long;

void query(string &S){
    cout << "? " << S << endl;
}
void answer(string &T){
    cout << "! " << T << endl;
}

int main(){

    return 0;
}
0