QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#69465 | #2852. 为最美的那位献上花朵 | Isrothy | Compile Error | / | / | C++14 | 18b | 2022-12-27 17:41:18 | 2022-12-28 19:03:09 |
Judging History
你现在查看的是最新测评结果
- [2023-08-10 23:21:45]
- System Update: QOJ starts to keep a history of the judgings of all the submissions.
- [2022-12-28 19:03:09]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2022-12-27 17:41:18]
- 提交
answer
print("carnation")
详细
answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token 1 | print("carnation") | ^