QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#521453 | #6604. Kobolds and Catacombs | MaMengQi | Compile Error | / | / | C++17 | 1.3kb | 2024-08-16 11:00:47 | 2024-08-16 11:00:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:57:1: error: expected unqualified-id before numeric constant 57 | 2de221de21d12e1 | ^~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:28:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 28 | scanf("%d%d%lld",&n,&m,&k); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ answer.code:30:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 30 | scanf("%s",s+1); | ~~~~~^~~~~~~~~~