Click here to Skip to main content
15,884,648 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: C++ and color Pin
Cedric Moonen26-Feb-06 22:06
Cedric Moonen26-Feb-06 22:06 
GeneralRe: C++ and color Pin
marc199026-Feb-06 22:17
marc199026-Feb-06 22:17 
GeneralRe: C++ and color Pin
Cedric Moonen26-Feb-06 22:21
Cedric Moonen26-Feb-06 22:21 
GeneralRe: C++ and color Pin
marc199026-Feb-06 23:52
marc199026-Feb-06 23:52 
GeneralRe: C++ and color Pin
Cedric Moonen27-Feb-06 1:04
Cedric Moonen27-Feb-06 1:04 
GeneralRe: C++ and color Pin
Christian Graus27-Feb-06 8:18
protectorChristian Graus27-Feb-06 8:18 
GeneralRe: C++ and color Pin
marc199028-Feb-06 1:41
marc199028-Feb-06 1:41 
Questionreply urgently Pin
Ashishhcst200124-Feb-06 15:15
Ashishhcst200124-Feb-06 15:15 
One of the proofs of modern mathematics is George Cantors demonstration that the set of rational numbers is enumerable.This proof works by using an explicit enumeration of rational numbers as shown below

1/1 1/2 1/3 1/4 1/5 ....
2/1 2/2 2/3 2/4
3/1 3/2 3/3
4/1 4/2
5/1
In the time above the first term is 1/1 second is 1/2 ,the third is 2/2,the fourth term is 3/1,the fifth is 2/2 and so on.

INPUT AND OUTPUT
You are to write a program that will read a list of numbers in the range from 1 to 10 raised to the power 7 and will print for each number the corresponding cantor's enumeration as given below.No blank line should appear after the last number.
Th einput list contains a single number per line and will be terminated by the end of -file.

SAMPLE INPUT
3
14
7

SAMPLE OUTPUT

TERM 3 is 2/1
TERM 14 is 2/4
Term 7 is 1/4

Lov u all
AnswerRe: reply urgently Pin
George L. Jackson24-Feb-06 15:36
George L. Jackson24-Feb-06 15:36 
GeneralRe: reply urgently Pin
Ashishhcst200124-Feb-06 15:56
Ashishhcst200124-Feb-06 15:56 
GeneralRe: reply urgently Pin
Allah On Acid24-Feb-06 16:10
Allah On Acid24-Feb-06 16:10 
GeneralRe: reply urgently Pin
George L. Jackson24-Feb-06 17:32
George L. Jackson24-Feb-06 17:32 
GeneralRe: reply urgently Pin
prrusa25-Feb-06 0:38
prrusa25-Feb-06 0:38 
GeneralRe: reply urgently Pin
toxcct26-Feb-06 22:11
toxcct26-Feb-06 22:11 
AnswerRe: reply urgently Pin
toxcct26-Feb-06 22:14
toxcct26-Feb-06 22:14 
Questionreply urgently Pin
Ashishhcst200124-Feb-06 15:03
Ashishhcst200124-Feb-06 15:03 
Questionpost code urgently in 2-3 hours Pin
Ashishhcst200124-Feb-06 8:54
Ashishhcst200124-Feb-06 8:54 
AnswerRe: post code urgently in 2-3 hours Pin
Indivara25-Feb-06 1:21
professionalIndivara25-Feb-06 1:21 
Questionreply urgently in 2-3 hours Pin
Ashishhcst200124-Feb-06 8:48
Ashishhcst200124-Feb-06 8:48 
AnswerRe: please reply urgently in 2-3 hours Pin
joepsy8-Mar-06 9:07
joepsy8-Mar-06 9:07 
QuestionCreateBitmap in C# Pin
Spykraft24-Feb-06 2:17
Spykraft24-Feb-06 2:17 
AnswerRe: CreateBitmap in C# Pin
toxcct24-Feb-06 2:23
toxcct24-Feb-06 2:23 
QuestionConversion from sbyte to byte Pin
Spykraft24-Feb-06 2:14
Spykraft24-Feb-06 2:14 
AnswerRe: Conversion from sbyte to byte Pin
toxcct24-Feb-06 2:22
toxcct24-Feb-06 2:22 
GeneralRe: Conversion from sbyte to byte Pin
Spykraft24-Feb-06 2:29
Spykraft24-Feb-06 2:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.