save

#include<stdio.h> int main(){ int var, sum; scanf("%d:", &var); sum = var; while(var){ printf("%d\t%d\a", sum, var); sum *= 2; } sleep(300); }

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.