只能用算數運算子
就變成這樣了XDD
System.out.println(n/3 + n%3/2 + n%3%2);
大家也分享一下想法吧~~
這是我的~(C++)
cout<< n/3+ (n%3>0) <<endl;
感覺這一系列要 +- 1的都可以用這招~