QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#326938#4913. 子集匹配carrotqqCompile Error//C++14204b2024-02-14 14:36:052024-02-14 14:36:06

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);
      |         ~~~~~^~~~~~~~~~~~~~~
answer.code:1:9: fatal error: hall.h: No such file or directory
    1 | #include<hall.h>
      |         ^~~~~~~~
compilation terminated.