QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#620841 | #9449. New School Term | ucup-team5072 | Compile Error | / | / | C++14 | 2.1kb | 2024-10-07 21:43:02 | 2024-10-07 21:43:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:71:12: error: ‘Q’ was not declared in this scope 71 | if(Q==1000000) { | ^ answer.code:43:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 43 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:48:36: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 48 | for(int i=1;i<=m;++i) scanf("%d%d",&a[i].x,&a[i].y); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~