QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#31887#3996. Raceflower#Compile Error//C++141.8kb2022-05-13 15:47:582022-05-18 04:29:09

詳細信息

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]) {
      |                          ^