QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#227251 | #5090. 妙妙题 | ZhangYiDe | Compile Error | / | / | C++17 | 665b | 2023-10-27 08:06:28 | 2023-10-27 08:06:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
implementer.cpp: In function ‘int _JFIBEIIYTAFEUXOULOWO_::main()’: implementer.cpp:18:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 18 | scanf("%d%d%d%d",&N,&Type,&p,&T); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ implementer.cpp:23:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 23 | scanf("%llu",&x); | ~~~~~^~~~~~~~~~~ /usr/bin/ld: /tmp/ccFYclmO.o: in function `_JFIBEIIYTAFEUXOULOWO_::main()': implementer.cpp:(.text.startup+0x6f): undefined reference to `init(int, bool, int)' collect2: error: ld returned 1 exit status