QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#449108 | #4832. Telepathy | egypt_ioi2024_01 | Compile Error | / | / | C++23 | 1.1kb | 2024-06-20 17:25:27 | 2024-06-20 17:25:28 |
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:3: error: ‘include’ does not name a type 26 | }#include "bits/stdc++.h" | ^~~~~~~ answer.code:29:5: error: redefinition of ‘int main()’ 29 | int main(){ | ^~~~ answer.code:4:5: note: ‘int main()’ previously defined here 4 | int main(){ | ^~~~