QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#361628 | #8508. DiviDuelo | ucup-team3276# | Compile Error | / | / | C++20 | 6.0kb | 2024-03-23 12:14:11 | 2024-03-23 12:14:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:160:13: error: ‘entered’ was not declared in this scope 160 | entered = true; | ^~~~~~~ answer.code:95:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 95 | scanf("%d %Lf",&N,&R); | ~~~~~^~~~~~~~~~~~~~~~ answer.code:102:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 102 | scanf("%Lf %Lf",&tmp.x,&tmp.y); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~