QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#736075#7622. Yet Another Coffeeucup-team4194#Compile Error//C++202.6kb2024-11-12 00:19:032024-11-12 00:19:05

Details

answer.code:72:2: error: stray ‘#’ in program
   72 | }#include<bits/stdc++.h>
      |  ^
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:11: error: ‘bits’ was not declared in this scope
   72 | }#include<bits/stdc++.h>
      |           ^~~~
answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   72 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
answer.code:72:3: error: ‘include’ does not name a type
   72 | }#include<bits/stdc++.h>
      |   ^~~~~~~
answer.code:81:11: error: redefinition of ‘const int N’
   81 | const int N=5e5+10;
      |           ^
answer.code:10:11: note: ‘const int N’ previously defined here
   10 | const int N=5e5+10;
      |           ^
answer.code:82:4: error: redefinition of ‘ll a [500010]’
   82 | ll a[N];
      |    ^
answer.code:11:4: note: ‘ll a [500010]’ previously declared here
   11 | ll a[N];
      |    ^
answer.code:83:6: error: redefinition of ‘void solve()’
   83 | void solve(){
      |      ^~~~~
answer.code:12:6: note: ‘void solve()’ previously defined here
   12 | void solve(){
      |      ^~~~~
answer.code:136:5: error: redefinition of ‘int main()’
  136 | int main(){
      |     ^~~~
answer.code:65:5: note: ‘int main()’ previously defined here
   65 | int main(){
      |     ^~~~