QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#325071#8232. Yet Another Shortest Path Queryucup-team106#Compile Error//C++206.6kb2024-02-11 03:56:252024-02-11 03:56:25

详细

answer.code: In function ‘void solve()’:
answer.code:124:29: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  124 |                 if (!dist_2.count({ x, y }) || dist_2[{x, y}] > d) {
      |                             ^~~~~
answer.code:135:29: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  135 |                 if (!dist_2.count({ v, y }) || dist_2[{v, y}] > d) {
      |                             ^~~~~
answer.code:156:29: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  156 |                     if (ans.count({ x, z }))
      |                             ^~~~~
answer.code:158:29: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  158 |                     if (ans.count({ z, x }))
      |                             ^~~~~
answer.code:167:20: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  167 |         if (dist_1.count({ u, v }))
      |                    ^~~~~
answer.code:169:20: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  169 |         if (dist_2.count({ u, v }))
      |                    ^~~~~
answer.code:172:24: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  172 |             if (dist_1.count({ x, v }))
      |                        ^~~~~
answer.code:174:24: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  174 |             if (dist_2.count({ x, v }))
      |                        ^~~~~
answer.code:178:24: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  178 |             if (dist_1.count({ x, u }))
      |                        ^~~~~
answer.code:180:24: error: ‘class __gnu_pbds::gp_hash_table<std::pair<int, int>, int, chash>’ has no member named ‘count’
  180 |             if (dist_2.count({ x, u }))
      |                        ^~~~~