QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^