当前位置:网站首页>99 multiplication table bat
99 multiplication table bat
2022-06-23 05:19:00 【xhBruce】
multiplication table .bat
@ECHO OFF
set /a num=0
for /L %%i in (1,1,9) do (
for /L %%j in (1,1,%%i) do call :multiply %%i %%j
)
::pause>nul
goto :eof
:multiply
SET /a num+=1
SET /a var=%1*%2
SET var=%2x%1=%var%
SET var=%var%
if %2 equ 1 (SET var=%var:~0,5%) else SET var=%var:~0,6%
SET str=%str% %var%
if %num% equ %1 echo %str%&SET str=&SET num=0

边栏推荐
- In unity, how to read and write a scriptableobject object in editor and runtime
- PHP move_ uploaded_ File failed to upload mobile pictures
- UI自动化定位利器-xpath实战
- Penetration test basis | attached test points and test scenarios
- servlet自学笔记
- Introduction and use of precise ephemeris
- Arduino flame sensor (with code)
- Swiftui 2.0 course notes Chapter 4
- When SBAS encounters rtklib
- 渗透测试基础 | 附带测试点、测试场景
猜你喜欢

985 test engineer is hanged. Who is more important in terms of education and experience?

树莓派网络远程访问

Calculate Euclidean distance and cosine similarity

Master shell, one article is enough!

Thesis reading_ Relation extraction_ CASREL

图片降噪DeNoise AI

Hcip fifth operation

Ams:startactivity desktop launch application

UnityShader入门精要——Unity中的渲染优化技术(四)

LeetCode 797:所有可能的路径
随机推荐
Baidu PaddlePaddle's "universal gravitation" first stop in 2022 landed in Suzhou, comprehensively launching the SME empowerment plan
UnityShader入门精要——Unity中的渲染优化技术(四)
[MAC] there is no source option in security and privacy
JDBC调用存储过程、MySQL触发器
Rtklib new version 2.4.3 B34 test comparison
OSPF分流实验
BGP experiment
Automatically add watermark to screenshot
直接插入排序——【常见排序法(1/8)】
Drag and drop拖放框架
HCIP 交换机实验
JSP entry notes
Arduino temperature and humidity sensor DHT11 (including code)
Course design C for freshmen -- clothing management system
SwiftUI 2.0 课程笔记 Chapter 4
VMware network connection error unit network service not found
Laravel8 implementation of picture verification code
② Cocoapods principle and podspec file uploading operation
MySQL stored procedure
8年经验之谈:月薪3000到30000,测试工程师的变“行”记