#define INCLUDES APLCB+APLMAIN+STDIO
#include "includes.h"
main()
{
Endoper; Litvect; Matinv; Monadic;
Quadout; Reshape;
#include "aplinit.h"
endoper(quadout(matinv(reshape(
litvect("3 3"),
litvect("4 6 0 3 2 2 1 3 4")))));
}