QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ~~~~~^~~~~~~~~~~~~