1 #include "def.h"
2 #include "macro.h"
3 
4 ANFANG
5 scan(INTEGER,a);
6 fakul(a,b);
7 println(b);
8 ENDE
9