QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#353014 | #5198. 寓言书 | paul2008# | AC ✓ | 0ms | 3744kb | C++14 | 99b | 2024-03-13 19:41:40 | 2024-03-13 19:41:41 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int main()
{
printf("Justice");
return 0;
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3744kb
input:
What is important for ICPC?
output:
Justice
result:
ok single line: 'Justice'