QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#594608 | #5663. Tangle: A DAG for storing transactions | 3un_larryfunc | Compile Error | / | / | C++20 | 1.4kb | 2024-09-28 09:09:18 | 2024-09-28 09:09:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int32_t main()’: answer.code:57:6: error: expected ‘}’ at end of input 57 | } | ^ answer.code:49:16: note: to match this ‘{’ 49 | int32_t main() { | ^