QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#212103 | #5407. 基础图论练习题 | HuangHanSheng | Compile Error | / | / | C++14 | 1.7kb | 2023-10-13 09:02:54 | 2023-10-13 09:02:54 |
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: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