From 4617a873f2553ac4b91eb35373c84313cc72755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=9D=82=E3=82=B9=E3=83=90=E3=83=AB?= Date: Sat, 3 May 2025 18:13:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E9=83=BD=E6=98=AF=E4=BB=80=E4=B9=88?= =?UTF-8?q?=E7=8E=A9=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/html.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/html.html diff --git a/test/html.html b/test/html.html new file mode 100644 index 0000000..eb346e6 --- /dev/null +++ b/test/html.html @@ -0,0 +1,13 @@ +

+ + 比较两个相同进制(2进制~16进制)的数值大小。从键盘上输入两个正确(数码符合当前进制)的相同进制的数值字符串(不带正负号,可以有小数点),比较大小,输出“大于”、“小于”或者“等于”。注意:设计的算法与具体的进制无关。 + +

+


+

输入说明:在两行分别输入一个数值字符串

+


+

输出说明:比较结果

+


+

输入样例1:123
1234
输入样例2:12345
abcd

+


+

输出样例1:小于
输出样例2:大于

\ No newline at end of file