QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#22613#2868. Preparing a contestasoul#AC ✓2ms3668kbC++14200b2022-03-10 14:04:292022-04-30 01:27:41

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-04-30 01:27:41]
  • 评测
  • 测评结果:AC
  • 用时:2ms
  • 内存:3668kb
  • [2022-03-10 14:04:29]
  • 提交

answer

#include <bits/stdc++.h>
#define mod 998244353
using namespace std;
signed main()
{
	ios::sync_with_stdio(false);
	cin.tie(0);
	cout << "The 57th Flower Olympiad in Informatics";
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3668kb

input:



output:

The 57th Flower Olympiad in Informatics

result:

ok