I don't know why I got WA...... :cry:
Please help me..... thanks..... :D
#include<stdio.h>
char ary[15][35];
int god,j,news;
int art[15],artg;
int dfs(int t)
{
for(int k=t;k<news;k++)
{
art[artg++]=k;
if(artg-1==j)
{
for(int i=1;i<artg;i++)
{
printf("%s",ary[art[i]]);
if(i+1 ...