Search found 1 match

by shashank.sm
Wed Mar 14, 2012 7:22 pm
Forum: Volume 109 (10900-10999)
Topic: 10922 - 2 the 9s
Replies: 38
Views: 21308

Re: 10922 - 2 the 9s

I have coded this prob ..bt each time getting WA...Here is my code Any one plz Help me to fix the BUG

#include<iostream>
#include<cstdio>
#include<string.h>
using namespace std;
int num(int);
int main()
{
//freopen("in.txt","r",stdin);
//freopen("out.txt","w",stdout);
int i=0,ct=0,r,br=0,t ...

Go to advanced search