Sorry! Posting Assignment is allowed only for commercial accounts.
#include stdio.hmain(){ int i; int *pi = &i; scanf("%d", pi); printf("%d\n", i+5);}
'{a}{b}{a}'.format (a=' hello' , b=' world', c= 'hello')