QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#338962 | #7440. rsxc | dXqwq | Compile Error | / | / | C++23 | 5.0kb | 2024-02-26 15:38:39 | 2024-02-26 15:38:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:159:18: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=] 159 | printf("%llu\n",state); | ~~~^ ~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lu answer.code:161:14: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=] 161 | printf("%llu\n",state); | ~~~^ ~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lu /usr/bin/ld: /tmp/ccfIh8At.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccTqTRHt.o:implementer.cpp:(.text.startup+0x0): first defined here /usr/bin/ld: /tmp/ccTqTRHt.o: in function `main': implementer.cpp:(.text.startup+0x1ba): undefined reference to `init(int, int, std::vector<int, std::allocator<int> >)' collect2: error: ld returned 1 exit status