分享至
🗂️ analysis.h
#ifndef ANALYSIS_H #define ANALYSIS_H void saveResult(int algorithm, int path, int expanded, double time); #endif
IT邦幫忙