QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#69465 | #2852. 为最美的那位献上花朵 | Isrothy | Compile Error | / | / | C++14 | 18b | 2022-12-27 17:41:18 | 2022-12-28 19:03:09 |
Judging History
This is the latest submission verdict.
- [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]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2022-12-27 17:41:18]
- Submitted
answer
print("carnation")
Details
answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token 1 | print("carnation") | ^