QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#22643 | #2868. Preparing a contest | donghanwen1225# | AC ✓ | 1ms | 1808kb | C++ | 95b | 2022-03-10 14:36:04 | 2022-04-30 01:29:07 |
Judging History
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