QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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>'