QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#668220#7887. How to Identify My NamenageingWA 0ms3616kbC++20386b2024-10-23 12:39:122024-10-23 12:39:15

Judging History

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

  • [2024-10-23 12:39:15]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3616kb
  • [2024-10-23 12:39:12]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<ll, ll> pii;
bool chmin(int &x, int y) {
	if (x > y) {
		x = y;
		return 1;
	}
	return 0;
}
void solve() {
	cout << "BAGIMHNJ";
}

int main() {
	ios::sync_with_stdio(false);
	cin.tie(nullptr); cout.tie(nullptr);
	int t = 1;
	//cin >> t;
	while (t --) {
		solve();
	}

	return 0;
}

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3616kb

input:

<no-input>

output:

BAGIMHNJ

result:

wrong answer that's too bad. you only answered 4 out of 8 questions correctly