QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#34754 | #4251. Game | alch07# | Compile Error | / | / | C++14 | 884b | 2022-06-12 06:53:31 | 2024-05-26 00:55:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:4:1: error: ‘vector’ does not name a type 4 | vector <int> vv [1005]; | ^~~~~~ answer.code: In function ‘void init(int, int)’: answer.code:15:9: error: ‘vv’ was not declared in this scope 15 | vv[i].push_back(i+1); | ^~ answer.code: In function ‘void dfs(int)’: answer.code:22:24: error: ‘vv’ was not declared in this scope 22 | for(int i = 0; i < vv[x].size(); i++){ | ^~ answer.code: In function ‘int add_teleporter(int, int)’: answer.code:42:5: error: ‘vv’ was not declared in this scope; did you mean ‘v’? 42 | vv[u].push_back(v); | ^~ | v