mark for pull

This commit is contained in:
caixiang 2022-12-07 17:49:10 +08:00
parent 5a0724b27b
commit afd47852b7

View File

@ -11,7 +11,6 @@ public class CommonFunctions {
* */ * */
public static Integer exactDivision(Integer a,Integer b) { public static Integer exactDivision(Integer a,Integer b) {
int c = a/b; int c = a/b;
if(a%b!=0){ if(a%b!=0){