??=include <stdio.h>
??/
int main(int ac, char **av)??<
if (!(ac??'1))??<printf("hello, world?????/n");
??>else??<pr??/
intf("hello,%s!??/n", av??(1??));??>
??>
