QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#195376 | #7512. Almost Prefix Concatenation | ucup-team1682# | Compile Error | / | / | C++20 | 3.8kb | 2023-10-01 03:59:43 | 2023-10-01 03:59:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:133:9: error: ‘c’ was not declared in this scope 133 | c//out<<i<<" "<<lo<<endl; | ^ answer.code:135:5: warning: no return statement in function returning non-void [-Wreturn-type] 135 | }; | ^