QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#755940 | #9576. Ordainer of Inexorable Judgment | ucup-team5716# | Compile Error | / | / | C++14 | 3.0kb | 2024-11-16 18:28:12 | 2024-11-16 18:28:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
cc1plus: error: ‘::main’ must return ‘int’ answer.code: In function ‘int main()’: answer.code:81:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 81 | scanf("%lld%lld%lld%lld%Lf",&n,&X,&Y,&d,&t); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:82:24: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 82 | fo(i,1,n) scanf("%lld%lld",x + i,y + i),upd(x[i],y[i]); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~