#includemain(){ int n = 123; unsigned long factor=1; for(int i=n;i>1;i--) factor=factor*i; cout< return 0;} 123!=0