#include int main(int nargs, char **ppc){ ImgQ A = load("a.jpg"); show(A); return 0; }