otn2021/03/08 13:47> sizeof( n ) + 2 sizeof n + 2 が (sizeof n) + 2 か、sizeof(n+2) かという問題なので、sizeof ( n ) + 2 という括弧付けは意味が無いです。