QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#396102#2852. 为最美的那位献上花朵wanyurukongAC ✓0ms3676kbC++17247b2024-04-22 13:03:262024-04-22 13:03:26

Judging History

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

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

answer

#include <bits/stdc++.h>

using namespace std;

const int N = 1e5 + 7;

void solve()
{
	cout<<"kangnaixin"<<'\n';
}
int main()
{
	ios::sync_with_stdio(false);
	cin.tie(0);
	cout.tie(0);
	int tt;
	tt=1;
	// cin>>tt;
	while(tt--)
	{
		solve();
	}
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

kangnaixin

result:

ok