From 513ad510ae3796f5a6330e1d8e94807a35e60a2b Mon Sep 17 00:00:00 2001 From: tong tong zhang Date: Fri, 21 Apr 2023 23:16:58 +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 --- ztt2.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ztt2.md diff --git a/ztt2.md b/ztt2.md new file mode 100644 index 0000000..47fb0a4 --- /dev/null +++ b/ztt2.md @@ -0,0 +1,5 @@ +// 5使数据按升序排序 +int Ascending(float a, float b) +{ + return a < b; // 这样比较决定了按升序排序,如果a