Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What's in the empty plastic array?
What's in the empty plastic array?
//updated? I thought it was just numbers and English letters.

# Contains? & ltstdio.h & gt

# Contains? & ltstring.h & gt

# Contains? & lt string & gt

# Contains? & ltmath.h & gt

Use? Namespace? std

int? Master ()

{

int? n;

Charles? s 1[ 100],? S2[ 100];

int? num[2][300]= { 0 };

scanf("%s%s ",& amps 1,? & ampS2);

for(int? Me? =? 0; ? Me? & lt? strlen(s 1); ? i++)

{

num[0][s 1[I]]++;

}

for(int? Me? =? 0; ? Me? & lt? strlen(S2); ? i++)

{

num[ 1][S2[I]]++;

}

int? Flag? =? 0;

for(int? Me? =? 0; ? Me? & lt? 300; ? i++)

{

if(num[0][i]? ! =? No. [1][i])

{

flag++;

Break;

}

}

If (logo)

printf(" 0 \ n ");

other

printf(" 1 \ n ");

for(int? Me? =? 0; ? Me? & lt? 300; ? i++)

{

If (number [0][i])

printf("%c? %d\n ",me,? num[0][I]);

}

Return? 0;

} # contains? & ltstdio.h & gt

# Contains? & ltstring.h & gt

# Contains? & lt string & gt

Use? Namespace? std

int? Master ()

{

int? n,? m;

int? Me? j;

int? a[20][20];

int? maxx[20],? maxy[20];

scanf("%d%d ",& ampn,? & ampm);

For (me? =? 0; ? Me? & lt? n; ? i++)

For (j? =? 0; ? j? & lt? m; ? j++)

scanf("%d ",& ampa[I][j]);

For (me? =? 0; ? Me? & lt? n; ? i++)

{

int? horse =? a[I][0];

For (j? =? 0; ? j? & lt? m; ? j++)

{

if(a[i][j]? & gt? Horse)

{

horse =? a[I][j];

}

}

maxx[i]? =? Horse;

}

For (j? =? 0; ? j? & lt? m; ? j++)

{

int? horse =? a[0][j];

For (me? =? 0; ? Me? & lt? n; ? i++)

{

if(a[i][j]? & gt? Horse)

{

horse =? a[I][j];

}

}

maxy[j]? =? Horse;

}

For (me? =? 0; ? Me? & lt? n; ? i++)

{

For (j? =? 0; ? j? & lt? m; ? j++)

{

if(a[i][j]? ==? maxx[i]? & amp& amp? a[i][j]? ==? Maxi [j])

{

printf("%d? %d? %d\n ",a[i][j],? i+ 1,? j+ 1);

}

}

}

Return? 0;

}