QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) { | ^~~