QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#158825 | #7112. XOR Clique | ucup-team1157# | Compile Error | / | / | C++20 | 647b | 2023-09-02 17:04:06 | 2023-09-02 17:04:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:1: error: stray ‘\’ in program 1 | \#include<bits/stdc++.h> | ^ answer.code:1:2: error: stray ‘#’ in program 1 | \#include<bits/stdc++.h> | ^ answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:11: error: ‘bits’ was not declared in this scope 1 | \#include<bits/stdc++.h> | ^~~~ answer.code:1:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 1 | \#include<bits/stdc++.h> | ^~~~ | std answer.code:1:3: error: ‘include’ does not name a type 1 | \#include<bits/stdc++.h> | ^~~~~~~ answer.code: In function ‘void solve()’: answer.code:18:9: error: ‘scanf’ was not declared in this scope 18 | scanf("%d", &n); | ^~~~~ answer.code:21:17: error: ‘cin’ was not declared in this scope 21 | cin>>sequence[i]; | ^~~ answer.code:33:9: error: ‘printf’ was not declared in this scope 33 | printf("%d\n", mx); | ^~~~~~ answer.code:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’? +++ |+#include <cstdio> 1 | \#include<bits/stdc++.h> answer.code: In function ‘int main()’: answer.code:38:9: error: ‘cin’ was not declared in this scope 38 | cin>>t; | ^~~