typedef long int MyInt;
typedef unsigned long Nat0;
typedef unsigned long int Euro;
typedef unsigned long int Kg;
typedef unsigned long int Liter;
typedef unsigned long int Anzahl;
Euro einzelPreis, gesamtPreis;
Anzahl menge;
gesamtPreis = menge * einzelPreis;