QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#613168 | #9435. Welcome to NPCAPC | ucup-team4575# | Compile Error | / | / | C++14 | 1.7kb | 2024-10-05 13:40:26 | 2024-10-05 13:40:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:66:13: error: expected ‘;’ before ‘}’ token 66 | return 0 | ^ | ; 67 | }123129387198327 | ~ answer.code: At global scope: answer.code:67:2: error: expected unqualified-id before numeric constant 67 | }123129387198327 | ^~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:64:17: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 64 | int T; scanf("%d", &T); | ~~~~~^~~~~~~~~~