QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#93528#5531. ICCdong_liuCompile Error//C++171.4kb2023-04-01 10:03:172024-07-01 04:28:11

Details

In file included from /usr/include/c++/13/cassert:44,
                 from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:106,
                 from answer.code:1:
answer.code: In function ‘void run(int)’:
answer.code:56:5: error: invalid ‘static_cast’ from type ‘void’ to type ‘bool’
   56 |     assert(setRoad(o[l1], o[l2]));
      |     ^~~~~~