APIO提交求助
  • 板块学术版
  • 楼主CyaNeko
  • 当前回复12
  • 已保存回复12
  • 发布时间2020/8/15 12:24
  • 上次更新2023/11/6 20:14:12
查看原帖
APIO提交求助
67558
CyaNeko楼主2020/8/15 12:24
#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;
}

为什么还是编译不过

2020/8/15 12:24
加载中...