foo.cpp:1:1: error: 'include' does not name a type
include<cstdio> include<cstring> include<algorithm>
^
foo.cpp: In function 'void xxbl(int)':
foo.cpp:9:30: error: 'putchar' was not declared in this scope
if (a[x] != '0') putchar(a[x]);
^
foo.cpp: In function 'void zxbl(int)':
foo.cpp:16:30: error: 'putchar' was not declared in this scope
if (a[x] != '0') putchar(a[x]);
^
foo.cpp: In function 'void hxbl(int)':
foo.cpp:23:30: error: 'putchar' was not declared in this scope
if (a[x] != '0') putchar(a[x]);
^
foo.cpp: In function 'int main()':
foo.cpp:27:18: error: 'scanf' was not declared in this scope
scanf("%c", &a[1]); i = 2;
^
foo.cpp:28:9: error: 'getchar' was not declared in this scope
getchar();
^