QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#620841#9449. New School Termucup-team5072Compile Error//C++142.1kb2024-10-07 21:43:022024-10-07 21:43:03

詳細信息

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);
      |                               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~