QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#155768 | #7116. Do You Like This Problem? | ucup-team1502 | WA | 0ms | 0kb | / | 1.3kb | 2023-09-02 04:31:40 | 2023-09-02 04:31:40 |
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> #include <stdio.h> #include <algorithm> #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> using namespace std; using namespace __gnu_pbds; #define clr(x) vector<int>().swap(x); #define all(x) x.begin(), x.end() #define sz(x) x.size() #def...
result:
wrong answer 1st lines differ - expected: 'HQEKUJTVSLWPIFMDBCRAGON', found: '#include<bits/stdc++.h>'