您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
287 B

  1. if(counter == (/null))
  2. /set counter 0
  3. endif
  4. /bigDoNothing 17 12 36*78
  5. if(counter % 2 == 1)
  6. /bigDoNothing 17 12 36*78
  7. /set counter counter+1
  8. else
  9. /bigDoNothing 17 12 36*78
  10. /set counter counter+1
  11. endif
  12. if(counter == 5000)
  13. /set exit_ctr 1
  14. endif
  15. /print counter "\n"