QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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); | ~~~~~^~~~~~~~~~~