美文网首页
使用scanf

使用scanf

作者: 长草嘟嘟 | 来源:发表于2017-12-04 09:21 被阅读0次

    '''

    #include "stdio.h"

    int main(void)

    {

        char ch, ch1;

        scanf("%c", &ch);

        scanf(" %c", &ch1);

        printf("%c%c\n", ch, ch1);

        return 0;

    }

    '''

    相关文章

      网友评论

          本文标题:使用scanf

          本文链接:https://www.haomeiwen.com/subject/bxetixtx.html