QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#152955#5479. Traveling Salesperson in an Islandntu_vjudge_1Compile Error//C++175.7kb2023-08-29 02:15:562023-08-29 02:15:57

詳細信息

answer.code: In function ‘int main()’:
answer.code:218:2: error: expected ‘}’ at end of input
  218 | }
      |  ^
answer.code:131:24: note: to match this ‘{’
  131 |     FOR(i, 1, n + m, 1){
      |                        ^
answer.code:218:2: error: expected ‘}’ at end of input
  218 | }
      |  ^
answer.code:83:14: note: to match this ‘{’
   83 | signed main(){
      |              ^