QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#163856 | #7116. Do You Like This Problem? | ucup-team1769# | WA | 0ms | 0kb | / | 185b | 2023-09-04 15:53:25 | 2023-09-04 15:53:25 |
1.ans
#include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout << "EDCBAFGHIJKLMNOPQRSTWVU\n"; }
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; using i64 = long long; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout << "EDCBAFGHIJKLMNOPQRSTWVU\n"; }
result:
wrong answer 1st lines differ - expected: 'HQEKUJTVSLWPIFMDBCRAGON', found: '#include <bits/stdc++.h>'