题解列表

筛选

小南解题--字符串比较--63ms

摘要:#自己写a,b=map(str,input().split())for i,j in zip(a,b):    if a==b:                     print(0)      &nb

小南解题---s01串--79ms

摘要:a=int(input())s='0'ss=''for i in range(a):    for j in s:                if j=='……

老哥们点评点评

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct s{    int id;    int grade;    stru……