QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#394299 | #4913. 子集匹配 | GuanYunchang | Compile Error | / | / | C++17 | 238b | 2024-04-20 11:09:00 | 2024-04-20 11:09:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
implementer.cpp: In function ‘int main()’: implementer.cpp:37:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 37 | scanf("%d %d",&n,&K); assert(1<=n&&n<=27&&2*K>n); | ~~~~~^~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/ccDM2Wc9.o: in function `(anonymous namespace)::ask(int)': implementer.cpp:(.text+0x2c): undefined reference to `solve(int, int, int)' collect2: error: ld returned 1 exit status