leo-liu 发表于 2020-7-14 12:21:49

coderunner运行问题

各位大神麻烦看看哪里有问题,谢谢


#include <stdio.h>

        int main()
        {
                printf("世界,你好 \n");
                return 0;
        }

错误提示:
ld: library not found for -lSystem
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Hello. 发表于 2020-7-14 12:24:17

解决方案点我
页: [1]
查看完整版本: coderunner运行问题