QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#75120#3871. Voting CitiesGuanYunchangCompile Error//C++171.9kb2023-02-04 15:35:522023-02-04 15:35:55

详细

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);
      |           ^~~