QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#602447 | #4606. 无限之环 | 3un_larryfunc | Compile Error | / | / | C++20 | 4.7kb | 2024-10-01 01:17:49 | 2024-10-01 01:17:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solveBlack(int, int, std::string)’: answer.code:69:9: error: expected ‘;’ before ‘if’ 69 | if (op == "1010") return; | ^~ answer.code: In function ‘int main()’: answer.code:106:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 106 | scanf("%d%d", &n, &m), s = 0, t = N - 1; | ~~~~~^~~~~~~~~~~~~~~~ answer.code:110:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 110 | scanf("%d", &x); | ~~~~~^~~~~~~~~~