#~This program test the Array~#
def int main(){ intarray[3] x; x=%(3,2,1)%; printarray(x); return 2;}