#include int main() { int x=9; printf("%d を2で割ると%fなり。\n", x, (float)x/2); }