QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#793004#9749. 小凯的省奖之梦ucup-team3363Compile Error//C++208.2kb2024-11-29 15:44:302024-11-29 15:44:31

Details

answer.code:216:2: error: stray ‘#’ in program
  216 | }#include <bits/stdc++.h>
      |  ^
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:12: error: ‘bits’ was not declared in this scope
  216 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:216:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
  216 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:216:3: error: ‘include’ does not name a type
  216 | }#include <bits/stdc++.h>
      |   ^~~~~~~
answer.code:220:5: error: redefinition of ‘int n’
  220 | int n, m, p, q;
      |     ^
answer.code:5:5: note: ‘int n’ previously declared here
    5 | int n, m, p, q;
      |     ^
answer.code:220:8: error: redefinition of ‘int m’
  220 | int n, m, p, q;
      |        ^
answer.code:5:8: note: ‘int m’ previously declared here
    5 | int n, m, p, q;
      |        ^
answer.code:220:11: error: redefinition of ‘int p’
  220 | int n, m, p, q;
      |           ^
answer.code:5:11: note: ‘int p’ previously declared here
    5 | int n, m, p, q;
      |           ^
answer.code:220:14: error: redefinition of ‘int q’
  220 | int n, m, p, q;
      |              ^
answer.code:5:14: note: ‘int q’ previously declared here
    5 | int n, m, p, q;
      |              ^
answer.code:223:8: error: redefinition of ‘struct sj’
  223 | struct sj {
      |        ^~
answer.code:8:8: note: previous definition of ‘struct sj’
    8 | struct sj {
      |        ^~
answer.code:237:8: error: redefinition of ‘struct bj’
  237 | struct bj {
      |        ^~
answer.code:22:8: note: previous definition of ‘struct bj’
   22 | struct bj {
      |        ^~
answer.code:249:6: error: redefinition of ‘bool cmp0(bj, bj)’
  249 | bool cmp0(bj y, bj x) {
      |      ^~~~
answer.code:34:6: note: ‘bool cmp0(bj, bj)’ previously defined here
   34 | bool cmp0(bj y, bj x) {
      |      ^~~~
answer.code:254:6: error: redefinition of ‘bool cmp(bj, bj)’
  254 | bool cmp(bj x, bj y) {
      |      ^~~
answer.code:39:6: note: ‘bool cmp(bj, bj)’ previously defined here
   39 | bool cmp(bj x, bj y) {
      |      ^~~
answer.code:258:8: error: redefinition of ‘struct all’
  258 | struct all {
      |        ^~~
answer.code:43:8: note: previous definition of ‘struct all’
   43 | struct all {
      |        ^~~
answer.code:313:7: error: redefinition of ‘class table’
  313 | class table {
      |       ^~~~~
answer.code:98:7: note: previous definition of ‘class table’
   98 | class table {
      |       ^~~~~
answer.code:398:3: error: conflicting declaration ‘int t’
  398 | } t;
      |   ^
answer.code:183:3: no...