QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#783126 | #9449. New School Term | ZhaoZiLong | Compile Error | / | / | C89 | 5.5kb | 2024-11-25 23:47:39 | 2024-11-25 23:47:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~