QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#353014#5198. 寓言书paul2008#AC ✓0ms3744kbC++1499b2024-03-13 19:41:402024-03-13 19:41:41

Judging History

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

  • [2024-03-13 19:41:41]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3744kb
  • [2024-03-13 19:41:40]
  • 提交

answer

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

int main()
{
	printf("Justice");
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

What is important for ICPC?

output:

Justice

result:

ok single line: 'Justice'