QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#22612 | #2868. Preparing a contest | asoul# | Compile Error | / | / | Python2 | 200b | 2022-03-10 14:04:12 | 2022-05-18 04:13:07 |
Judging History
你现在查看的是最新测评结果
- [2023-08-10 23:21:45]
- System Update: QOJ starts to keep a history of the judgings of all the submissions.
- [2022-05-18 04:13:07]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2022-03-10 14:04:12]
- 提交
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;
}
详细
File "answer.code", line 3 using namespace std; ^ SyntaxError: invalid syntax