留空
int main(){ int a, b; printf("cnblogs\n");}
留空
int main() { float a, b; }
标题
int main(){ int a, b;}
微软雅黑
0123456789
def iarray(total,word=''): str=input(word) temp=[] char='' if isinstance(str,Iterable): for i in str: if i in total: char+=i else: temp.append(int(char)) char='' if char!='': temp.append(int(char)) else: temp.append(int(str)) return temp