ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#212755 | #3830. D | gfytre5yh | Compile Error | / | / | C++ | 87b | 2024-10-20 10:34:24 | 2024-10-20 12:41:32 |
answer
#include <bits/stdc++.h>
using namespace std;
int main()
{
cout<<-1
return 0;
}
详细
answer.code: In function 'int main()': answer.code:6:2: error: expected ';' before 'return' return 0;\x0d ^