测试TinyMCE

留空

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

 

posted @ 2018-12-28 16:33  l该账号不存在l  阅读(108)  评论(0编辑  收藏  举报