QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#375000#3719. Dynamic Graphucup-team1383Compile Error//C++981.9kb2024-04-02 20:39:292024-04-02 20:39:32

Details

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