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