QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#155521#7118. Closing TimeSkyWaveCompile Error//C++1465b2023-09-01 18:32:132023-09-01 18:32:14

Judging History

你现在查看的是测评时间为 2023-09-01 18:32:14 的历史记录

  • [2024-04-28 06:46:03]
  • 管理员手动重测本题所有提交记录
  • [2023-09-01 18:32:14]
  • 评测
  • [2023-09-01 18:32:13]
  • 提交

answer

#include <iostream>
using namespace std;
int main(){puts("0");}

详细

/usr/bin/ld: /tmp/cc0umBsD.o: in function `main':
answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccb0k1ME.o:implementer.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccb0k1ME.o: in function `main':
implementer.cpp:(.text.startup+0x768): undefined reference to `max_score(int, int, int, long long, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status