#include <bits/stdc++.h> using namespace std; typedef struct Price{ int A1; int A2; int A3; int A4; int A5; int A6; Price():A1(2),A2(3),A3(4),A4(5),A5(8),A6(6){} }T_Price,*P_Price; typedef struct Product{ int A1; int A2; int A3; int A4; int A5; int A6; int sum; Product():A1(0),A2(0),A3(0),A4(0...