#include lrblib.tc #include pps/library.tc [ multseq.tc - lrb - 9/14/13, 6/18/19 This program computes 3^n-3n subtract computes the difference of a and b and puts it in a. It destroys the contents of b. 9's complement arithmetic is used. ] subtract int a(0),b(0),d [ int i while i<=d [ b(i)=9-b(i);i=i+1 ] add a,b,d b(d)=1;i=0 while i