Search found 1 match

by zhra
Sun Aug 21, 2011 8:01 pm
Forum: Volume 9 (900-999)
Topic: 974 - Kaprekar Numbers
Replies: 32
Views: 15629

Re: 974 - Kaprekar Numbers

Here's my code , I don't know where the wrong in it !
Can anyone help me , please ?

# include <iostream>
using namespace std;

int main()
{
//freopen("input.txt" , "r" , stdin);

int caseN , fN , sN , part1 , part2 , nSquare , temp , nuOfDigits ,
tensToDivision , digit ;

bool kaprekar;

cin ...

Go to advanced search