QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#861111 | #9767. 连接 | MaMengQi | Compile Error | / | / | C++23 | 227b | 2025-01-18 16:14:39 | 2025-01-18 16:15:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:9:65: error: expected ‘;’ before ‘return’ 9 | cout<<"eknc"<<endl<<"bhlp"<<endl<<"DGMO"<<endl<<"AJLF"<<endl | ^ | ; 10 | return 0; | ~~~~~~