社区讨论

APIO提交求助

学术版参与者 4已保存回复 12

讨论操作

快速查看讨论及其快照的属性,并进行相关操作。

当前回复
12 条
当前快照
1 份
快照标识符
@loddmov6
此快照首次捕获于
2023/10/31 04:52
2 年前
此快照最后确认于
2023/11/06 20:14
2 年前
查看原帖
CPP
#include "paint.h"
#include <vector>

int minimumInstructions(
    int n, int m, int k, std::vector<int> c,
    std::vector<int> a, std::vector<std::vector<int>> b) 
{
	vector<int>t[1010];
	int co[1010][1010],ca[1010],p[1010],to[1010],ans;
	bool bo;
  	中间已省略
	if (ans!=1e9)
		return ans;
		else
			return -1;
}
为什么还是编译不过

回复

12 条回复,欢迎继续交流。

正在加载回复...