QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~