QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#166416#7116. Do You Like This Problem?ucup-team1839WA 0ms0kb/344b2023-09-06 11:21:442023-09-06 11:21:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer

input:

<no input>

output:

#include <bits/stdc++.h>
using namespace std;

#define x first
#define y second
typedef pair<int, int> PII;
typedef long long ll;

void solve()
{
    cout << "HQEKUJTVSLWPIFMDBCRAGON\n";
}

int main()
{
    ios::sync_with_stdio(0);
    cin.tie(0), cout.tie(0);
    // int T; cin >> T...

result:

wrong answer 1st lines differ - expected: 'HQEKUJTVSLWPIFMDBCRAGON', found: '#include <bits/stdc++.h>'