QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#783126#9449. New School TermZhaoZiLongCompile Error//C895.5kb2024-11-25 23:47:392024-11-25 23:47:39

详细

answer.code:4:75: error: C++ style comments are not allowed in ISO C90
    4 | int a[1000001][2]={}, student[10001]={}, min_student[10001]={}, flag[]={};//student[i]???i????student[i]??
      |                                                                           ^
answer.code:4:75: note: (this will be reported only once per input file)
answer.code: In function ‘main’:
answer.code:12:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   12 |     scanf("%d %d", &N, &M);
      |     ^~~~~~~~~~~~~~~~~~~~~~
answer.code:15:9: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   15 |         scanf("%d %d", &a[i][0], &a[i][1]);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~