#include<stdio.h> void output(char *p) { // } int main() { char arr[100]; scanf("%s",arr); output(arr); return 0; }
[此贴子已经被作者于2016-2-29 08:00编辑过]