QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#555662 | #9237. Message | gg_gong | Compile Error | / | / | C++20 | 3.4kb | 2024-09-10 07:46:16 | 2024-09-10 07:46:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’: answer.code:60:25: error: ‘sendd’ was not declared in this scope 60 | sendd[i][j]=0; | ^~~~~ answer.code: In function ‘std::vector<int> dfs(int)’: answer.code:78:12: error: ‘val’ was not declared in this scope 78 | if(val[u]>=2) | ^~~ answer.code:81:12: error: ‘val’ was not declared in this scope 81 | if(val[u]++) | ^~~ answer.code:83:29: error: ‘nxt’ was not declared in this scope 83 | vector<int> tmp=dfs(nxt[u]); | ^~~ answer.code: In function ‘std::vector<bool> receive_message(std::vector<std::vector<bool> >)’: answer.code:131:28: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’? 131 | if(tmp.size()==16){ | ^~~ | tm