mark for pull

This commit is contained in:
caixiang
2022-12-07 17:49:10 +08:00
父節點 5a0724b27b
當前提交 afd47852b7

查看文件

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