用Objc刷算法,用不了sqrt()这类数学函数

#import <Foundation/Foundation.h>
#include <math.h>
#include <stdio.h>



@interface TestClass : NSObject

+ (void)test;

@end

@implementation TestClass

+ (void)test{
sqrt(13);
}

@end

int main(int argc, char * argv[])
{
    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    int n;
    while(scanf("%d", &n) != EOF) {

    }
    [TestClass test];
    [pool drain];
    return 0;
}




#算法题目求助#
全部评论

相关推荐

联通 技术人员 总包不低于12
点赞 评论 收藏
分享
11-03 14:38
重庆大学 Java
AAA求offer教程:我手都抬起来了又揣裤兜了
点赞 评论 收藏
分享
10-11 17:45
门头沟学院 Java
走吗:别怕 我以前也是这么认为 虽然一面就挂 但是颇有收获!
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务