题解列表

筛选

平平淡淡才是真

摘要:# 简单完成任务 ```c #include main() { void separation(char []); char a[4]; scanf("%s",a); ……