From 50f2a1273e136044e0e9bb9c51c06ef77f8e8507 Mon Sep 17 00:00:00 2001 From: iridiumR Date: Thu, 28 Oct 2021 23:05:13 +0800 Subject: [PATCH] =?UTF-8?q?6=E6=96=87=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ex6/ex6.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {