QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#661573 | #5460. Sum of Numbers | ucup-team2540# | Compile Error | / | / | C++20 | 6.5kb | 2024-10-20 16:54:32 | 2024-10-20 16:54:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘std::ostream& operator<<(std::ostream&, const BigInt&)’: answer.code:6:13: error: expected primary-expression before ‘long’ 6 | #define int long long | ^~~~ answer.code:66:22: note: in expansion of macro ‘int’ 66 | for (int i = int(b.number.size()) - 2; i >= 0; --i) { | ^~~