#include int main() { int c, i, j; scanf("%d%d%d", &c, &i, &j); printf("\n%d\n%d\n%d\n", c, i, j); return 0; }