QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#75120 | #3871. Voting Cities | GuanYunchang | Compile Error | / | / | C++17 | 1.9kb | 2023-02-04 15:35:52 | 2023-02-04 15:35:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int dijkstra(int)’: answer.code:51:20: error: ‘Res’ was not declared in this scope 51 | if(b[Q]) chmin(Res, dist[Q][B]); | ^~~ answer.code:70:11: error: ‘Res’ was not declared in this scope 70 | return (Res == INF ? -1 : Res); | ^~~