QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#704285 | #7898. I Just Want... One More... | ZhangYiDe | Compile Error | / | / | C++23 | 8.9kb | 2024-11-02 19:40:55 | 2024-11-02 19:40:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:166:2: error: stray ‘#’ in program 166 | }#include <bits/stdc++.h> | ^ answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:12: error: ‘bits’ was not declared in this scope 166 | }#include <bits/stdc++.h> | ^~~~ answer.code:166:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 166 | }#include <bits/stdc++.h> | ^~~~ | std answer.code:166:3: error: ‘include’ does not name a type 166 | }#include <bits/stdc++.h> | ^~~~~~~ answer.code:171:15: error: redefinition of ‘const Dinic::i64 Dinic::Inf’ 171 | const i64 Inf = 1e9 + 7; | ^~~ answer.code:6:15: note: ‘const Dinic::i64 Dinic::Inf’ previously defined here 6 | const i64 Inf = 1e9 + 7; | ^~~ answer.code:172:12: error: redefinition of ‘struct Dinic::Dinic’ 172 | struct Dinic { | ^~~~~ answer.code:7:12: note: previous definition of ‘struct Dinic::Dinic’ 7 | struct Dinic { | ^~~~~ answer.code:281:11: error: redefinition of ‘const int N’ 281 | const int N = 2e5 + 10; | ^ answer.code:116:11: note: ‘const int N’ previously defined here 116 | const int N = 2e5 + 10; | ^ answer.code:282:11: error: redefinition of ‘const int M’ 282 | const int M = 1e7 + 10; | ^ answer.code:117:11: note: ‘const int M’ previously defined here 117 | const int M = 1e7 + 10; | ^ answer.code:283:14: error: redefinition of ‘Dinic::Dinic s’ 283 | Dinic::Dinic s(N * 2 + 1 , N * 2 + 2 , N * 2 + 2 , N * 2 + M); | ^ answer.code:118:14: note: ‘Dinic::Dinic s’ previously declared here 118 | Dinic::Dinic s(N * 2 + 1 , N * 2 + 2 , N * 2 + 2 , N * 2 + M); | ^ answer.code:284:6: error: redefinition of ‘void solve()’ 284 | void solve() { | ^~~~~ answer.code:119:6: note: ‘void solve()’ previously defined here 119 | void solve() { | ^~~~~ answer.code:325:5: error: redefinition of ‘int main()’ 325 | int main() { | ^~~~ answer.code:160:5: note: ‘int main()’ previously defined here 160 | int main() { | ^~~~