2021-03-05

人工智能之双色球预测系统---------------经过多次调试,bug已完全解决

以下为写代码的过程:

------------------初次尝试----------------------
2021-03-05_第1张图片
//bug未解决!!!
这bug也太难受了,等我解决bug之后,再来回帖!!!

//bug未解决!!!
//LNK1120不需要修复此错误。 如果在生成输出中更正了所有 LNK2001 和 LNK2019 链接器错误,则此错误将消失。
#include< iostream >
#include< fstream >
#include< string >
#include
#include
#include

using namespace std;

#define NUM 7 //注意:不用加分号

bool statistics(const char* path, int ball_16[33]);

int main() {
string filename;
int ball_16[33] = { 0 };//一定要记得初始化

cout << "请输入文件名:\n" ;

你可能感兴趣的:(笔记,人工智能之双色球预测系统,人工智能,c++)