QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#22613 | #2868. Preparing a contest | asoul# | AC ✓ | 2ms | 3668kb | C++14 | 200b | 2022-03-10 14:04:29 | 2022-04-30 01:27:41 |
Judging History
answer
#include <bits/stdc++.h>
#define mod 998244353
using namespace std;
signed main()
{
ios::sync_with_stdio(false);
cin.tie(0);
cout << "The 57th Flower Olympiad in Informatics";
return 0;
}
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3668kb
input:
output:
The 57th Flower Olympiad in Informatics
result:
ok