QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#37436 | #1194. Parehtneses Editor | HuangHanSheng | Compile Error | / | / | C++20 | 900b | 2022-07-01 14:06:52 | 2022-07-01 14:06:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
cc1plus: error: ‘::main’ must return ‘int’ answer.code: In function ‘int main()’: answer.code:13:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 13 | scanf("%s",s+1); | ~~~~~^~~~~~~~~~