Line

#include "stdio.h"
int main (void)
{
    char line[1000];
    scanf("%[ABCDEFGHIJKLMOPQRSTUVWXYZ]",&line);
    printf("%s\n",line);
    system("pause");
    return 0;
}

0 comments:

Post a Comment