摘要:
Irrelevant Elements Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 2231 Accepted: 550 Case Time Limit: 2000MS Description Young cryptoanal 阅读全文
摘要:
本函数是产生一系列序列的数组,返回迭代子。參数stop是终止的数字;參数start是指明開始数列開始值;參数step是数列之间的差值。因此这个函数就是产生以start为起点。以stop为终点,以step为前后项的差值。这里三个參数能够是正整数、负整数或者0。样例:#range() for i in 阅读全文