时间:2024-10-16 18:45:21
1、打开Raptor,保存文件
3、拖入循环框,双击,输入n=0
5、双击第一个赋值框,在Set中输入r,在to中输入m mod nPs:m mod n表示m除以n的余数
7、在end框前拖入输出框,输出m,就编辑成功了