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