QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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); | ~~~~~^~~~~~~~~~~~~~~~~~