Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 64 Bytes

File metadata and controls

executable file
·
7 lines (6 loc) · 64 Bytes

for 循环

for (int i = 0; i < 100; i++) {
  ...
}