QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#37363#1194. Parehtneses EditorGuanYunchangCompile Error//C++11825b2022-07-01 11:28:192022-07-01 11:28:20

详细

answer.code: In function ‘void Tzh::work()’:
answer.code:28:69: error: expected ‘;’ before ‘st’
   28 |                                 else {tmp[++tot]=st[top--]; t[tim]=0 st[top]++;}
      |                                                                     ^~~
      |                                                                     ;
answer.code:18:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   18 |                 scanf("%s",s+1); n=strlen(s+1);
      |                 ~~~~~^~~~~~~~~~