QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#875362 | #9975. Hitoshizuku | ucup-team5008# | Compile Error | / | / | C++20 | 215b | 2025-01-29 16:40:47 | 2025-01-29 16:40:53 |
Judging History
This is the latest submission verdict.
- [2025-01-29 16:40:53]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2025-01-29 16:40:47]
- Submitted
answer
Yes
(F|(a&b))
Yes
(a|(T&b))
Yes
(T|(T&b))
Yes
((F|(a&b))|((a|(T&b))&c))
No
Yes
(a|(a&b))
Yes
((((F|(F&b))|((F|(F&b))&c))|(((F|(F&b))|((F|(F&b))&c))&d))|((((F|(F&b))|((F|(F&b))&c))|(((F|(F&b))|((F|(a&b))&c))&d))&e))
Details
answer.code:2:1: error: expected constructor, destructor, or type conversion before ‘(’ token 2 | (F|(a&b)) | ^