#include <stdio.h>
#include <math.h>
void p
(int end
) { printf(end
?"\n":" "); } void pi
(long long n
) { printf("%lld",n
); } void pu
(unsigned long long n
) { printf("%llu",n
); } void pf
(double n
) { printf("%g",n
); } void pc
(char n
) { printf("%c",n
); } void ps
(char* n
) { printf("%s",n
); }
int main (void)
{
pi(999),p(0),pf(3.16),p(0),ps("test"),p(1);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CiNpbmNsdWRlIDxtYXRoLmg+Cgp2b2lkIHAgIChpbnQgZW5kKSB7IHByaW50ZihlbmQ/IlxuIjoiICIpOyB9CnZvaWQgcGkgKGxvbmcgbG9uZyBuKSAgeyBwcmludGYoIiVsbGQiLG4pOyB9CnZvaWQgcHUgKHVuc2lnbmVkIGxvbmcgbG9uZyBuKSB7IHByaW50ZigiJWxsdSIsbik7IH0Kdm9pZCBwZiAoZG91YmxlIG4pIHsgcHJpbnRmKCIlZyIsbik7IH0Kdm9pZCBwYyAoY2hhciBuKSAgIHsgcHJpbnRmKCIlYyIsbik7IH0Kdm9pZCBwcyAoY2hhciogbikgIHsgcHJpbnRmKCIlcyIsbik7IH0KCmludCBtYWluICh2b2lkKQp7CiAgICBwaSg5OTkpLHAoMCkscGYoMy4xNikscCgwKSxwcygidGVzdCIpLHAoMSk7CgogICAgcmV0dXJuIDA7Cn0K