QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#255512 | #7750. Revenge on My Boss | ucup-team2006# | Compile Error | / | / | C++17 | 1.9kb | 2023-11-18 16:10:08 | 2023-11-18 16:10:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:26:21: error: ‘long long int div(long long int, long long int)’ conflicts with a previous declaration 26 | int div(int a, int b) { // floored division | ^ In file included from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:47, from answer.code:1: /usr/include/c++/11/cstdlib:213:3: note: previous declaration ‘lldiv_t __gnu_cxx::div(long long int, long long int)’ 213 | div(long long __n, long long __d) | ^~~