QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~