QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37363 | #1194. Parehtneses Editor | GuanYunchang | Compile Error | / | / | C++11 | 825b | 2022-07-01 11:28:19 | 2022-07-01 11:28:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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); | ~~~~~^~~~~~~~~~