QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#460124 | #5531. ICC | fryan | Compile Error | / | / | C++20 | 615b | 2024-07-01 02:21:49 | 2024-07-01 04:29:07 |
Judging History
你现在查看的是最新测评结果
- [2024-07-01 04:29:07]
- 管理员手动重测本题所有提交记录
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2024-07-01 02:21:49]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2024-07-01 02:21:49]
- 提交
answer
#include <algorithm>
#include <array>
#include <bitset>
#include <cassert>
#include <chrono>
#include <complex>
#include <cstdio>
#include <cstring>
#include <deque>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <list>
#include <map>
#include <memory>
#include <numeric>
#include <queue>
#include <random>
#include <set>
#include <stack>
#include <string>
#include <tuple>
#include <vector>
#include "icc.h"
using namespace std;
#define int long long
#define all(x) begin(x), end(x)
#define sz(x) (int) (x).size()
void run() {
cout << "hello world" << endl;
}
Details
/usr/bin/ld: /tmp/cc44EjkA.o: in function `main': implementer.cpp:(.text.startup+0x17): undefined reference to `run' collect2: error: ld returned 1 exit status