Search found 1 match

by SAMEERAN
Wed Jan 28, 2009 10:27 pm
Forum: Volume 101 (10100-10199)
Topic: 10139 - Factovisors
Replies: 80
Views: 42053

Re: 10139 - Factovisors

i am getting wrong output for this following input case.
please help me
1233472 1233473

#include<iostream>
using namespace std;

int main()
{
//int n;d;
unsigned long int temp_num,n,d;
int flag;

freopen("in.txt","r",stdin);
freopen("out.txt","w",stdout);
while( scanf("%lu %lu",&n,&d)!=EOF ...

Go to advanced search