QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#348407#8338. Quad Kingdoms Chessucup-team018#Compile Error//C++233.4kb2024-03-09 18:17:012024-03-09 18:17:02

详细

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.