QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#718039#5. 在线 O(1) 逆元ZhaoZiLongCompile Error//C++20295b2024-11-06 19:33:322024-11-06 19:33:32

Details

implementer.cpp: In function ‘int main()’:
implementer.cpp:22:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   22 |         scanf("%d", &n);
      |         ~~~~~^~~~~~~~~~
answer.code:2:9: fatal error: inv.h: No such file or directory
    2 | #include<inv.h>
      |         ^~~~~~~
compilation terminated.