QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#22607 | #2868. Preparing a contest | DaBenZhongXiaSongKuaiDi# | AC ✓ | 3ms | 3684kb | C++20 | 129b | 2022-03-10 14:02:34 | 2022-04-30 01:27:29 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int main(){
printf("The 57th Flower Olympiad in Informatics\n");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 3ms
memory: 3684kb
input:
output:
The 57th Flower Olympiad in Informatics
result:
ok