QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#453853 | #7279. Tricks of the Trade | egypt_ioi2024b_03# | Compile Error | / | / | C++23 | 4.1kb | 2024-06-24 13:24:16 | 2024-06-29 00:07:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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(){ | ^~~~