这样写请问哪里错了?想用c解决这个问题
查看原帖
这样写请问哪里错了?想用c解决这个问题
559578
Red_Maple楼主2021/8/23 17:26
#include<stdio.h>
int main() {
    char c;
    scanf_s("%c",&c);
    printf("  %c  \n %c%c%c \n%c%c%c%c%c",c );
    return 0;
}
2021/8/23 17:26
加载中...