diff --git a/ex6/ex6.cpp b/ex6/ex6.cpp index 453083a..b2fbd5d 100644 --- a/ex6/ex6.cpp +++ b/ex6/ex6.cpp @@ -1,8 +1,9 @@ #include "vec.cpp" #include "list.cpp" +#include "score.h" #include #include -#include "score.h" + std::string PU[54] = { "3D", "3C", "3B", "3A", @@ -27,7 +28,6 @@ int main() printf("生成随机扑克序列\n"); srand(time(NULL)); Vec v(54, 2); - // v.printall(); List l; @@ -94,7 +94,7 @@ Begin: int pass_num = 0; int round = 1; int finish_num = 0; - printf("发牌完成,选择你的操作:\n"); + printf("理牌完成,选择你的操作:\n"); while (finish_num < 2 && round < 54) {