QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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() { | ^