QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#166415 | #7116. Do You Like This Problem? | ucup-team1839 | WA | 0ms | 0kb | / | 344b | 2023-09-06 11:19:50 | 2023-09-06 11:19:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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 << "SHQEKUJTVLWPIFMDBCRAGON\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>'