杭电ACM2026题

#include <stdio.h> int main() { char s[100]; int i; while (gets(s)) { for (i=0;i<strlen(s);i++) { if (i==0) { s[i]-=32;
相关文章
相关标签/搜索