QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#119962#6314. 过河卒dong_liu#Compile Error//C++173.3kb2023-07-06 07:49:512024-07-04 00:20:47

详细

answer.code: In function ‘int gid(int, int, int, int, int, int, int)’:
answer.code:47:70: error: expected ‘;’ before ‘}’ token
   47 |         return t*1000000+i1*100000+j1*10000+i2*1000+j2*100+i3*10+j3*1
      |                                                                      ^
      |                                                                      ;
   48 | };
      | ~