From 3aa5b5ad06b42a6f3593019d2a70bee52b7e89ae Mon Sep 17 00:00:00 2001 From: tong tong zhang Date: Fri, 21 Apr 2023 23:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E6=95=B0=E6=8D=AE=E6=8C=89=E5=8D=87?= =?UTF-8?q?=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ztt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztt5.md b/ztt5.md index 198758b..47fb0a4 100644 --- a/ztt5.md +++ b/ztt5.md @@ -1,5 +1,5 @@ // 5使数据按升序排序 int Ascending(float a, float b) { - return a < b; // 这样比较决定了按升序排序,如果a