戻り値をnullにすることで、処理が正しく行われたかを判断したいと考えています。 java. 1private long func(long n){ 2 if(n > 0)return null; ...
確定! 回上一頁