QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212103#5407. 基础图论练习题HuangHanShengCompile Error//C++141.7kb2023-10-13 09:02:542023-10-13 09:02:54

Details

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