小白求问赛码怎么调试才能AC
例如题目要求输入一个字母 n 和 n行字符串
我编写如下函数以后,本地是能跑的
def strrank(n,string): res = [] for i in range(n): j = 0 count = 0 while j <= i: if string[i] > string[j]: count += 1 j += 1 res.append(count) return res
在自测里,我该输入这样如下的格式吗😥,还是需要命名好n和string=呢?
3
'one'
'one'
'two'
#字节 #编程 #腾讯 引流
#小白编程入门##笔经#