#include void main(void){ int dice; scanf("%d",dice); printf("サイコロの数:%d\n",dice); double expectedValue = 3.5 * dice; printf("%0.f",expectedValue); }