#include /* Problem #1 * * Read from standard input (keyboard) number of integers that will be given to program * Read specified number of integers * Print entered integers to standard output * * CSC 100 Intro to Comp Sci and Prog * Due: Nov. 24, 2003 * Gilbert St. Firmin */ int main(){ int w, x, y, z; int a[100]; scanf("%d",&x); for(w=0; w