QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#371450#8507. Clever Cell Choicesucup-team2880#Compile Error//C++202.4kb2024-03-30 12:27:082024-03-30 12:27:28

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;
      |                        ^~~~