QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#776376 | #9783. Duloc Network | ucup-team159# | Compile Error | / | / | C++20 | 5.7kb | 2024-11-23 18:24:55 | 2024-11-23 18:24:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In member function ‘void Solver::solve()’: answer.code:119:16: error: ‘to’ was not declared in this scope; did you mean ‘tm’? 119 | now = sz(to[vs[0]]); | ^~ answer.code:14:21: note: in definition of macro ‘sz’ 14 | #define sz(x) (int)(x).size() | ^ answer.code: In function ‘int geti()’: answer.code:26:23: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 26 | int geti(){int x;scanf("%d",&x);return x;} | ~~~~~^~~~~~~~~