2026-05-13 17:50
main(){
int temp,prev,i;
for(i=2,prev=1;prev<=256;i++){
printf("%d ",prev);
temp=i;
i=i*prev;
prev=temp;
}
About Us|Disclaimer|Copyright Notice|Infringement Report|Privacy Policy|Contact Us
Copyright © 2026 eLLeNow.com All Rights Reserved.