#include <stdio.h>

int main(void) {
	printf("spacja - %d , znak pusty = %d",(int)' ',(int)'\0');
	return 0;
}
