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