Search found 1 match

by masum_cse
Wed Nov 09, 2011 12:40 pm
Forum: Volume 112 (11200-11299)
Topic: 11220 - Decoding the message.
Replies: 54
Views: 28345

Re: 11220 - Decoding the message

This is my code .I could'nt find out any reason ,why my code is getting WA....
Help ...me ..please>>>>>

#include<stdio.h>
#include<string.h>
int main()
{

int i,j,k,l,m,n;
char c[100000],ch;

scanf("%d",&n);
scanf("%c",&ch);
scanf("%c",&ch);
printf("Case #1:\n");

for(i=1;i<=n;i++)
{
k=0 ...

Go to advanced search