QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#486982 | #1133. Monster Game | La5te2 | Compile Error | / | / | C++20 | 98b | 2024-07-22 14:39:53 | 2024-07-22 14:39:53 |
Judging History
This is the latest submission verdict.
- [2024-07-22 14:39:53]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2024-07-22 14:39:53]
- Submitted
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"Hello QOJ\n";
return 0;
}
详细
/usr/bin/ld: /tmp/cc0cZVYp.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccwxUyRq.o:implementer.cpp:(.text.startup+0x0): first defined here /usr/bin/ld: /tmp/ccwxUyRq.o: in function `main': implementer.cpp:(.text.startup+0x81): undefined reference to `Solve(int)' collect2: error: ld returned 1 exit status