QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#158825#7112. XOR Cliqueucup-team1157#Compile Error//C++20647b2023-09-02 17:04:062023-09-02 17:04:06

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