QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154982 | #7116. Do You Like This Problem? | ucup-team272# | WA | 0ms | 0kb | / | 4.3kb | 2023-09-01 04:59:42 | 2023-09-01 04:59:42 |
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> #define rep(i,n) for(int i = 0; i < (n); ++i) #define rep1(i,n) for(int i = 1; i <= (n); ++i) #define drep(i,n) for(int i = (n)-1; i >= 0; --i) #define srep(i,s,t) for (int i = s; i < (t); ++i) #define rng(a) a.begin(),a.end() #define rrng(a) a.rbegin(),a.rend() #defi...
result:
wrong answer 1st lines differ - expected: 'HQEKUJTVSLWPIFMDBCRAGON', found: '#include <bits/stdc++.h>'