Search found 1 match

by razib
Fri Apr 12, 2002 4:25 am
Forum: Volume 4 (400-499)
Topic: 414 - Machined Surfaces
Replies: 49
Views: 14945

414

I get the correct result for the 1st case.
then I get wrong answer.
Here is my code.........

#include <stdio.h>

void main()
{
int x,y,a,b,c,d,n,h,t,xn[13];
char im[13][26];
do
{
scanf("%d",&n);

for(a=0;a<n;a++)
for(b=0;b<25;b++)
scanf("%c",&im[a] );
for(a=0;a<n;a++)
{
c=0;
for(b=0;b<25;b ...

Go to advanced search