紫竹


私信TA

用户名:urnachan

访问量:30202

签 名:

等  级
排  名 305
经  验 5576
参赛次数 0
文章发表 72
年  龄 0
在职情况 学生
学  校 合肥工业大学
专  业

  自我简介:

TA的其他文章

#include "stdafx.h"

#include "string.h"


int main()

{

char s[4] = { 0 };

scanf("%s", s);

int len = strlen(s),i;

for (i = 0; i < len; i++)

{

printf("%c ", s[i]);

}

    return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »