QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#22643#2868. Preparing a contestdonghanwen1225#AC ✓1ms1808kbC++95b2022-03-10 14:36:042022-04-30 01:29:07

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:29:07]
  • 评测
  • 测评结果:AC
  • 用时:1ms
  • 内存:1808kb
  • [2022-03-10 14:36:04]
  • 提交

answer

#include<cstdio>
int main()
{
puts("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: 1ms
memory: 1808kb

input:



output:

The 57th Flower Olympiad in Informatics

result:

ok