QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#163856#7116. Do You Like This Problem?ucup-team1769#WA 0ms0kb/185b2023-09-04 15:53:252023-09-04 15:53:25

Judging History

你现在查看的是最新测评结果

  • [2023-09-04 15:53:25]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:0kb
  • [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>'