QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~