QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#755925 | #9576. Ordainer of Inexorable Judgment | ucup-team5716# | Compile Error | / | / | C++14 | 2.9kb | 2024-11-16 18:24:57 | 2024-11-16 18:24:57 |
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:80:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 80 | scanf("%lld%lld%lld%lld%Lf",&n,&X,&Y,&d,&t); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:81:24: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 81 | fo(i,1,n) scanf("%lld%lld",x + i,y + i),upd(x[i],y[i]); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~