QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#423333 | #8179. 2D Parentheses | ZhaoZiLong | Compile Error | / | / | C++23 | 1.5kb | 2024-05-27 22:19:03 | 2024-05-27 22:19:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:30:17: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 30 | return ; | ^~~~~~ answer.code:48:21: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 48 | return ; | ^~~~~~ answer.code:51:29: error: ‘struct std::pair<std::_Rb_tree_const_iterator<int>, bool>’ has no member named ‘sy’ 51 | sy.insert(y[u]).sy.insert(y[v]); | ^~