#<stdio.h>

#include<stdio.h> int main(){ int x, ymono, zmono; for(x = -120; x < 4e12; x++){ ymono = x / 10; ymono *= 2; if(ymono == 4e5){ ymono--; } printf("%d", ymono); if(x > ymono){ printf("%%■%%■%d", x*x*x*x); } } }

1 Response

random points

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.