QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#646805 | #7880. Streak Manipulation | ucup-team2513 | Compile Error | / | / | C++17 | 1.6kb | 2024-10-17 08:48:30 | 2024-10-17 08:48:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool check(int)’: answer.code:38:52: error: expected ‘)’ before ‘f’ 38 | f[i][j][0] = min(f[i][j][0]f[i][j][0], f[i - 1][j][0]); | ~ ^ | ) answer.code: In function ‘int main()’: answer.code:47:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 47 | scanf("%d%d%d", &n, &m, &k); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ answer.code:48:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 48 | scanf("%s", s + 1); | ~~~~~^~~~~~~~~~~~~