@Deniza
0 / 0 / 0
Регистрация: 10.09.2012
Сообщений: 5
|
10.09.2012, 19:55
[ТС]
|
|

Сообщение от zss
C++ | 1
2
3
4
5
6
7
8
9
10
11
12
13
14
| struct order
{
int AccountPay;
int AccountReceive;
double PaymantSum;
};
int main()
{
order r1;
r1.AccountPay=333456898;
int AccountReceive=33300456;
double PaymantSum=125000.50;
return 0;
} |
|
это все?
0
|