#include
#include
using namespace std;
// Forward declaration of a function.
int Pascal (int row, int column);
/* The main function.
*
* Parameters:
* none
*
* Return value:
* 0 if we complete successfully, 1 if there was an error.
*/
int main ()
{
// introduction
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/7502344/center-pascals-triangle-output[/url]