Skip to content

Commit 7252061

Browse files
committed
修复“过慢”问题
1 parent 804564b commit 7252061

8 files changed

+679
-221
lines changed

AETGcore.cpp

Lines changed: 198 additions & 200 deletions
Large diffs are not rendered by default.

AETGcore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
#include <vector>
44

5-
void AETG(std::vector<int*>& TC, int T, int K, int* V, int M);
5+
void AETG(std::vector<std::vector<int>>& TC, int T, int K, int* V, int M);

0 commit comments

Comments
 (0)