QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#390691#3746. 千万别用树套树ucup-team1383Compile Error//C++981.7kb2024-04-15 20:11:212024-04-15 20:11:21

Details

answer.code: In function ‘int main()’:
answer.code:81:15: error: ‘scanf’ was not declared in this scope; did you mean ‘wscanf’?
   81 |         while(scanf("%lld%lld",&n,&q)!=EOF)
      |               ^~~~~
      |               wscanf
answer.code:81:40: error: ‘EOF’ was not declared in this scope
   81 |         while(scanf("%lld%lld",&n,&q)!=EOF)
      |                                        ^~~
answer.code:7:1: note: ‘EOF’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
    6 | #include<queue>
  +++ |+#include <cstdio>
    7 | #define int long long