QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#31887#3996. Raceflower#Compile Error//C++141.8kb2022-05-13 15:47:582022-05-18 04:29:09

Details

answer.code: In function ‘int main()’:
answer.code:23:30: error: ‘flase’ was not declared in this scope; did you mean ‘fclose’?
   23 |         ios::sync_with_stdio(flase);
      |                              ^~~~~
      |                              fclose
answer.code: In lambda function:
answer.code:43:26: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
   43 |                 for(auto [v, w] : G[u]) {
      |                          ^