QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#524064 | #8783. Cherry Picking | ucup-team2880# | Compile Error | / | / | C++20 | 1.3kb | 2024-08-19 09:39:27 | 2024-08-19 09:39:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:52:2: error: expected unqualified-id before numeric constant 52 | }12213414afafasd | ^~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:13:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 13 | scanf("%s", s+1); | ~~~~~^~~~~~~~~~~