QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#22632#2868. Preparing a contestli0201#AC ✓2ms3688kbC++2072b2022-03-10 14:22:072022-04-30 01:28:29

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:28:29]
  • 评测
  • 测评结果:AC
  • 用时:2ms
  • 内存:3688kb
  • [2022-03-10 14:22:07]
  • 提交

answer

#include <bits/stdc++.h>
int main() {
	printf("FOI\n");
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

FOI

result:

ok