QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#390248 | #3733. 地铁 | ucup-team1383 | Compile Error | / | / | C++17 | 1.4kb | 2024-04-15 10:48:01 | 2024-04-15 10:48:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dij(long long int)’: answer.code:13:24: error: ‘m’ was not declared in this scope 13 | for(int i=1;i<=m;i++) st[i]=0,dis[i]=1e9; | ^