QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#879354 | #9699. Loving You in My Humble Way | ucup-team130# | Compile Error | / | / | C++20 | 2.3kb | 2025-02-01 23:59:50 | 2025-02-01 23:59:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool check(int, std::vector<std::tuple<int, int, int> >)’: answer.code:16:5: error: ‘memset’ was not declared in this scope 16 | memset(X, 0, sizeof X); | ^~~~~~ answer.code:5:1: note: ‘memset’ is defined in header ‘<cstring>’; this is probably fixable by adding ‘#include <cstring>’ 4 | #include <iostream> +++ |+#include <cstring> 5 | using namespace std;