QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#31887 | #3996. Race | flower# | Compile Error | / | / | C++14 | 1.8kb | 2022-05-13 15:47:58 | 2022-05-18 04:29:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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]) { | ^