QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#164575#5444. Tavern Chessucup-team1423Compile Error//C++204.3kb2023-09-05 10:11:102023-09-05 10:11:10

Details

answer.code:120:2: error: stray ‘#’ in program
  120 | }#include <bits/stdc++.h>
      |  ^
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:12: error: ‘bits’ was not declared in this scope
  120 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:120:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  120 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:120:3: error: ‘include’ does not name a type
  120 | }#include <bits/stdc++.h>
      |   ^~~~~~~
answer.code:133:9: error: redefinition of ‘std::mt19937 rd’
  133 | mt19937 rd(time(0));
      |         ^~
answer.code:14:9: note: ‘std::mt19937 rd’ previously declared here
   14 | mt19937 rd(time(0));
      |         ^~
answer.code:134:11: error: redefinition of ‘const long long int N’
  134 | const int N = 1e5 + 10;
      |           ^
answer.code:15:11: note: ‘const long long int N’ previously defined here
   15 | const int N = 1e5 + 10;
      |           ^
answer.code:136:5: error: redefinition of ‘long long int h1 [10]’
  136 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |     ^~
answer.code:17:5: note: ‘long long int h1 [10]’ previously declared here
   17 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |     ^~
answer.code:136:13: error: redefinition of ‘long long int h2 [10]’
  136 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |             ^~
answer.code:17:13: note: ‘long long int h2 [10]’ previously declared here
   17 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |             ^~
answer.code:136:21: error: redefinition of ‘long long int s1 [10]’
  136 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |                     ^~
answer.code:17:21: note: ‘long long int s1 [10]’ previously declared here
   17 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |                     ^~
answer.code:136:29: error: redefinition of ‘long long int a1 [10]’
  136 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |                             ^~
answer.code:17:29: note: ‘long long int a1 [10]’ previously declared here
   17 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |                             ^~
answer.code:136:37: error: redefinition of ‘long long int a2 [10]’
  136 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |                                     ^~
answer.code:17:37: note: ‘long long int a2 [10]’ previously declared here
   17 | int h1[10], h2[10], s1[10], a1[10], a2[10], s2[10];
      |                                     ^~
answer.code:136:45:...