#2
吹水佬2023-05-10 21:10
|
#include <strdio.h>
int main()
{
char w[][10]={"ABCD", "EFGH", "TJKL", "MNOP"}, K;
for(k=1; k<3; k++)
printf("%s\n",w[k]);
}