当前位置:网站首页>Using Lua to realize 99 multiplication table
Using Lua to realize 99 multiplication table
2022-07-04 10:37:00 【Pot pot pot】
function jiujiu()
-- The control line
for i=1, 9 do
-- Control the column
for j=1, i do
-- io.write In this way, the output will not wrap
io.write(j.."*"..i.."="..i*j.." ")
end
-- Print line breaks at the end of a column
print("\n")
end
end
jiujiu()

边栏推荐
- Debug:==42==ERROR: AddressSanitizer: heap-buffer-overflow on address
- Network connection (III) functions and similarities and differences of hubs, switches and routers, routing tables and tables in switches, why do you need address translation and packet filtering?
- [Galaxy Kirin V10] [desktop] cannot add printer
- Huge number multiplication (C language)
- Occasional pit compiled by idea
- Reprint: summation formula of proportional series and its derivation process
- Basic principle of servlet and application of common API methods
- Quick sort (C language)
- Rhcsa operation
- Seven examples to understand the storage rules of shaped data on each bit
猜你喜欢
![[Galaxy Kirin V10] [desktop and server] FRP intranet penetration](/img/54/7d1b8b7b8226e2820635dd04b92d1c.jpg)
[Galaxy Kirin V10] [desktop and server] FRP intranet penetration

The future education examination system cannot answer questions, and there is no response after clicking on the options, and the answers will not be recorded

MongoDB数据日期显示相差8小时 原因和解决方案

Debug:==42==ERROR: AddressSanitizer: heap-buffer-overflow on address

C language structure to realize simple address book

Jianzhi offer 04 (implemented in C language)

OSPF comprehensive experiment

Rhcsa12

Architecture introduction

Three schemes of ZK double machine room
随机推荐
/*Rewrite the program, find the value of the element, and return the iterator 9.13: pointing to the found element. Make sure that the program works correctly when the element you are looking for does
[Galaxy Kirin V10] [desktop] login system flash back
Pod management
Recursive method to achieve full permutation (C language)
Doris / Clickhouse / Hudi, a phased summary in June
C language structure to realize simple address book
[Galaxy Kirin V10] [server] NFS setup
Map container
Safety reinforcement learning based on linear function approximation safe RL with linear function approximation translation 1
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 2
MPLS: multi protocol label switching
Time complexity and space complexity
Rhcsa day 10 operation
Latex error: missing delimiter (. Inserted) {\xi \left( {p,{p_q}} \right)} \right|}}
Press the button wizard to learn how to fight monsters - identify the map, run the map, enter the gang and identify NPC
DCL statement of MySQL Foundation
Static comprehensive experiment ---hcip1
[untitled]
Safety reinforcement learning based on linear function approximation safe RL with linear function approximation translation 2