📄 hopfied.cpp
字号:
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
void initArray(int **,int);
void read_data(int **,int);
void hopfied(int **,int);
void col_wise(int **,int);
using namespace std;
inline void memError() //Handles a memory allocation error
{
cout<<"Memory allocation error!";
exit(1);
}
int COLUMNS;
int MIN=0;
int count=0;//砞﹚ノㄓ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -