QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#396101#2852. 为最美的那位献上花朵ucup-team1251AC ✓0ms3732kbC++20221b2024-04-22 13:03:202024-04-22 13:03:21

Judging History

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

  • [2024-04-22 13:03:21]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3732kb
  • [2024-04-22 13:03:20]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;

void solve()
{
	cout << "kangnaixin";
}

int main()
{
	ios::sync_with_stdio(0);
	cin.tie(0);
	cout.tie(0);

	int t = 1;
	//cin >> t;
	while(t--)
	{
		solve();
	}
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3732kb

input:



output:

kangnaixin

result:

ok