QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#308852 | #8132. Freshman's Dream | ucup-team006# | Compile Error | / | / | C++20 | 1.2kb | 2024-01-20 13:23:29 | 2024-01-20 13:23:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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() { | ^~~~