运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
98612 黄一肯 1226 - 守卫农田 编译错误 0 0 MS 0 KB C++ 953 4年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int main()’:
Main.cc:15:15: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
15 | scanf("%d %d %d %d",&x1,&y1,&x2,&y2);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Main.cc:24:14: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
24 | scanf("%d",&q);
| ~~~~~^~~~~~~~~
Main.cc:26:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
26 | scanf("%d %d %d %d",&x1,&y1,&x2,&y2);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status