标签:std inf info mamicode alt utc stdio.h putchar include
#include<stdio.h> int main(){ char a,b,c,d,e; a=getchar(); b=getchar(); c=getchar(); d=getchar(); e=getchar(); putchar(a); putchar(b); putchar(c); putchar(d); putchar(e);
return 0; }
标签:std inf info mamicode alt utc stdio.h putchar include
原文地址:https://www.cnblogs.com/P201821430028/p/10768149.html