difference_of_squares.h (89B)
1 int square_of_sum(int n); 2 3 int sum_of_squares(int n); 4 5 int difference_of_squares(int n);