QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#359298 | #6306. Chase Game | HuangHanSheng | Compile Error | / | / | C++11 | 2.7kb | 2024-03-20 15:57:28 | 2024-03-20 15:57:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:118:2: error: ‘inal’ does not name a type 118 | }inal Contest | ^~~~ answer.code: In function ‘int main()’: answer.code:82:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 82 | scanf("%lld%lld%lld%lld",&n,&m,&K,&D); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:84:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 84 | scanf("%lld%lld",&x,&y),e.lnk(x,y),e.lnk(y,x); | ~~~~~^~~~~~~~~~~~~~~~~~