QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#390691 | #3746. 千万别用树套树 | ucup-team1383 | Compile Error | / | / | C++98 | 1.7kb | 2024-04-15 20:11:21 | 2024-04-15 20:11:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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