QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#882892#9345. Artful PaintingsZhaoZiLongCompile Error//C++981.4kb2025-02-05 12:57:342025-02-05 12:57:35

Details

answer.code: In function ‘bool spfa()’:
answer.code:22:26: error: ‘e’ does not name a type
   22 |                 for(auto e:to[fa]){
      |                          ^
answer.code:29:18: error: expected ‘;’ before ‘}’ token
   29 |                 }
      |                  ^
      |                  ;
   30 |         }
      |         ~         
answer.code:30:9: error: expected primary-expression before ‘}’ token
   30 |         }
      |         ^
answer.code:29:18: error: expected ‘;’ before ‘}’ token
   29 |                 }
      |                  ^
      |                  ;
   30 |         }
      |         ~         
answer.code:30:9: error: expected primary-expression before ‘}’ token
   30 |         }
      |         ^
answer.code:29:18: error: expected ‘)’ before ‘}’ token
   29 |                 }
      |                  ^
      |                  )
   30 |         }
      |         ~         
answer.code:22:20: note: to match this ‘(’
   22 |                 for(auto e:to[fa]){
      |                    ^
answer.code:30:9: error: expected primary-expression before ‘}’ token
   30 |         }
      |         ^