QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
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'