QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#317237 | #8177. Sum is Integer | ucup-team2818# | Compile Error | / | / | C++14 | 1.9kb | 2024-01-28 18:31:00 | 2024-01-28 18:31:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:57:9: error: ‘assert’ was not declared in this scope 57 | assert(n <= 100); | ^~~~~~ answer.code:6:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’? 5 | #include<map> +++ |+#include <cassert> 6 | #define base 100023