QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
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]) { | ^