#include <stdio.h>

#include <stdlib.h>

int main() {

int a =6,i,n=3;

for (i=0;i<=n;i++){

printf("%d", a+n); }

return 0;

}

Posted on by