QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#155856 | #7116. Do You Like This Problem? | ucup-team1063 | WA | 0ms | 0kb | / | 327b | 2023-09-02 11:20:55 | 2023-09-02 11:20:56 |
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<iostream> #include<cstdio> #include<algorithm> #include<map> #include<set> #include<cmath> using namespace std; typedef long long ll; const int N = 4e5+5; void solve() { cout << "EDCBAFGHIJKLMNOPQRSTWVU"; } int main() { ios::sync_with_stdio(0); cin.tie(0);cout...
result:
wrong answer 1st lines differ - expected: 'HQEKUJTVSLWPIFMDBCRAGON', found: ' #include<iostream>'