values

PythonF

Diamond Values

The program must accept an integer matrix of size R*C and consider all possible non overlapping 3*3 sub matrices and print…
CF

HCF (GCD) of long values

The program must accept two long values X, Y and print their HCF (GCD). Input Format:The first line contains X and Y separated by a space.…