#include <stdio.h>
main ( ) {
printf ("%-6s%8i\n", "Food", (int) 4700.1287);
}
