QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#308852#8132. Freshman's Dreamucup-team006#Compile Error//C++201.2kb2024-01-20 13:23:292024-01-20 13:23:30

Details

answer.code:26:2: error: stray ‘#’ in program
   26 | }#include <bits/stdc++.h>
      |  ^
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:12: error: ‘bits’ was not declared in this scope
   26 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:26:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   26 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:26:3: error: ‘include’ does not name a type
   26 | }#include <bits/stdc++.h>
      |   ^~~~~~~
answer.code:34:5: error: redefinition of ‘int main()’
   34 | int main() {
      |     ^~~~
answer.code:9:5: note: ‘int main()’ previously defined here
    9 | int main() {
      |     ^~~~