QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#371450 | #8507. Clever Cell Choices | ucup-team2880# | Compile Error | / | / | C++20 | 2.4kb | 2024-03-30 12:27:08 | 2024-03-30 12:27:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:9: error: ‘bits’ was not declared in this scope 1 | include<bits/stdc++.h> | ^~~~ answer.code:1:14: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | include<bits/stdc++.h> | ^~~~ | std answer.code:1:1: error: ‘include’ does not name a type 1 | include<bits/stdc++.h> | ^~~~~~~ answer.code: In function ‘void init()’: answer.code:18:9: error: ‘memset’ was not declared in this scope 18 | memset(head,0,sizeof(head)); | ^~~~~~ answer.code:1:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’? +++ |+#include <cstring> 1 | include<bits/stdc++.h> answer.code: At global scope: answer.code:22:1: error: ‘queue’ does not name a type 22 | queue<int>que; | ^~~~~ answer.code: In function ‘bool bfs()’: answer.code:24:16: error: ‘que’ was not declared in this scope 24 | while(!que.empty()) | ^~~ answer.code:28:18: error: ‘que’ was not declared in this scope 28 | dis[s]=0;que.push(s); | ^~~ answer.code: In function ‘int dfs(int, int)’: answer.code:51:40: error: ‘min’ was not declared in this scope 51 | int f=dfs(e.to,min(e.c-e.f,res)); | ^~~ answer.code: In function ‘int main()’: answer.code:104:9: error: ‘scanf’ was not declared in this scope; did you mean ‘can’? 104 | scanf("%d%d",&n,&m); | ^~~~~ | can answer.code:115:9: error: ‘cout’ was not declared in this scope 115 | cout<<maxflow<<endl; | ^~~~ answer.code:115:24: error: ‘endl’ was not declared in this scope 115 | cout<<maxflow<<endl; | ^~~~