QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#453853#7279. Tricks of the Tradeegypt_ioi2024b_03#Compile Error//C++234.1kb2024-06-24 13:24:162024-06-29 00:07:07

詳細信息

answer.code:93:2: error: stray ‘#’ in program
   93 | }#include <bits/stdc++.h>
      |  ^
answer.code:99: warning: "pii" redefined
   99 | #define pii pair<int , int>
      | 
answer.code:7: note: this is the location of the previous definition
    7 | #define pii pair<signed , signed>
      | 
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:12: error: ‘bits’ was not declared in this scope
   93 | }#include <bits/stdc++.h>
      |            ^~~~
answer.code:93:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   93 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
answer.code:93:3: error: ‘include’ does not name a type
   93 | }#include <bits/stdc++.h>
      |   ^~~~~~~
answer.code:106:6: error: redefinition of ‘void doWork()’
  106 | void doWork(){
      |      ^~~~~~
answer.code:14:6: note: ‘void doWork()’ previously defined here
   14 | void doWork(){
      |      ^~~~~~
answer.code:138:8: error: redefinition of ‘int main()’
  138 | signed main(){
      |        ^~~~
answer.code:90:8: note: ‘int main()’ previously defined here
   90 | signed main(){
      |        ^~~~