Description: Prepared with the following function prototype of two non-recursive function f, is responsible for judging the array a is the first n elements beginning with the largest totally ordered, and that returns true, otherwise returns false. And the preparation of the main function call them to verify their accuracy. bool f (int a [], int n) Note: non-recursive function of the judge only by the a [i] and a [i+1] is already big to small ordered arrangement (i = 0 , 1, ..., n-2).
To Search:
File list (Check if you may need any files):
Debug\a.exe
.....\a.ilk
.....\a.obj
.....\a.pch
.....\a.pdb
.....\vc60.idb
.....\vc60.pdb
a.cpp
a.dsp
a.dsw
a.ncb
a.opt
a.plg
Debug