#include <stdio.h>
main()
{
int width;
int height;
int greylevels;
int pix1;
int len1;
int pix2;
int M==0;
scanf("%i" ,width);
scanf("%i" ,height);
scanf("%i" ,greylevels);
while( scanf("%i",&pix1)!= EOF )
{
if (pix1 ==0)
{
putchar ('#');
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.