#include using namespace std; void display( const int *array, int size ) { if (NULL == array) { throw; } for (int i=0; i
www.google.com.tw