QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#348407 | #8338. Quad Kingdoms Chess | ucup-team018# | Compile Error | / | / | C++23 | 3.4kb | 2024-03-09 18:17:01 | 2024-03-09 18:17:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:159:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 159 | scanf("%d", &x); | ~~~~~^~~~~~~~~~ answer.code:168:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 168 | scanf("%d", &x); | ~~~~~^~~~~~~~~~ answer.code:177:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 177 | scanf("%d %d %d", &id, &pos, &x); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code: At global scope: answer.code:188:1: fatal error: error writing to /tmp/ccvMNBOQ.s: File too large 188 | } | ^ compilation terminated.