#inc

#include<stdio.h> int main(){ int x, z, l; l = 45e8; for(x = 0; x < l; x++){ z = x * x / -10; z *= 10; if(z = 1){ printf("0"); z *= 10; } if(z = 1){ printf("%d", z); z *= 10; } if(z = l){ printf("1"); } if(z = 1){ printf("0"); } } }

2 Responses

01100
cool

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.