QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#375000 | #3719. Dynamic Graph | ucup-team1383 | Compile Error | / | / | C++98 | 1.9kb | 2024-04-02 20:39:29 | 2024-04-02 20:39:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void icealsoheat()’: answer.code:25:26: error: ‘>>’ should be ‘> >’ within a nested template argument list 25 | vector<vector<int>>ve(n+5); | ^~ | > > answer.code:40:18: error: ‘dfs’ does not name a type 40 | auto dfs=[&](auto self,int x)->void{ | ^~~ answer.code:57:21: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’? 57 | dfs(dfs,i); | ^~~ | ffs answer.code:57:17: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’? 57 | dfs(dfs,i); | ^~~ | ffs