• 2022-06-08
    执行以下程序,若输入为abc abc,则输出结果为。#include<;stdio.h>;#define N 10int main(){char str[N];scanf("%s",str);printf("%s",str);return 0;}