-(BOOL)judgeStr:(NSString *)str1 with:(NSString *)str2
{
int a=[str1
intValue];
double s1=[str2
doubleValue];
int s2=[str2
intValue];
if (s1/a-s2/a>0) {
return
NO;
}
return
YES;
}
时间: 2024-10-11 21:36:00
-(BOOL)judgeStr:(NSString *)str1 with:(NSString *)str2
{
int a=[str1
intValue];
double s1=[str2
doubleValue];
int s2=[str2
intValue];
if (s1/a-s2/a>0) {
return
NO;
}
return
YES;
}