Ccode

#include<stdio.h> int main(){ int y; double x; x = 29E124; for(y = 0; y < 2E10; y++){ printf("%f", x); x += 1; if(x > 2E3){ printf("■■"); } } }

Be the first to 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.