QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#572803#9301. Skeleton Dynamizationucup-team4744#Compile Error//C++201.4kb2024-09-18 16:26:592024-09-18 16:26:59

详细

answer.code: In function ‘void solve(int, int)’:
answer.code:40:22: error: expected ‘;’ before ‘}’ token
   40 |                 match
      |                      ^
      |                      ;
   41 |         }
      |         ~             
answer.code: At global scope:
answer.code:59:2: error: expected unqualified-id before numeric constant
   59 | }13414134
      |  ^~~~~~~~