#lude

#include<stdio.h> int main(){ int x, c, z; for(c = 11; c < 4e25; c++){ scanf("%d", &x); x += 1; x *= c; printf("%d", x * c); } }

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.