QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#94684 | #4913. 子集匹配 | znstz | Compile Error | / | / | C++14 | 280b | 2023-04-07 15:17:05 | 2023-04-07 15:17:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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); | ~~~~~^~~~~~~~~~~~~~~ answer.code:20:10: fatal error: grader.cpp: No such file or directory 20 | #include "grader.cpp" | ^~~~~~~~~~~~ compilation terminated.