QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212101#5407. 基础图论练习题GuanYunchangCompile Error//C++201.7kb2023-10-13 09:02:062023-10-13 09:02:06

Details

answer.code: In function ‘int main()’:
answer.code:19:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   19 |         scanf("%d",&t);
      |         ~~~~~^~~~~~~~~
answer.code:24:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   24 |                 scanf("%d",&n);
      |                 ~~~~~^~~~~~~~~
answer.code:29:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   29 |                         scanf("%s",s + 1);
      |                         ~~~~~^~~~~~~~~~~~
/tmp/ccEgQNSf.s: Assembler messages:
/tmp/ccEgQNSf.s: Fatal error: can't write 10 bytes to section .text of /tmp/ccSnH6uh.o: 'File too large'
/tmp/ccEgQNSf.s: Fatal error: can't close /tmp/ccSnH6uh.o: File too large