//gcc 5.4.0
#include <stdio.h>
int main(void)
{
int a = 0, b = 0, c = 0;
printf("%d %d %d\n", a, b, c);
return 0;
}
gcc
0 0 0