printf("The Volume of the cuboid with a height of%d", height);
printf("and width of%d\n", width);
printf("and depth of%d\n", depth);
printf("Gives you the Volume of %lf\n", vcuboid);
"volumeofcuboid.c:5: エラー: 'height' がここで宣言されていません (関数ではありません) volumeofcuboid.c:5: エラー: 'width' がここで宣言されていません (関数ではありません)関数) "