#include <stdio.h>
#include<stdlib.h>

int main() {
    int a=72;
    printf("%d%d%d%d%d",++a,++a,++a,++a,++a);

   
}

Posted on by