详细评测信息 ID: 21   评测机: SEJudger  

运行ID 用户 题号 评测结果 用时(ms) 内存(KB) 语言 代码长度(B) 提交时间
21 wmy 1001 测试通过 CORRECT 15 416 C 100 2023-05-18 15:50:52
编译警告信息
code.c: In function 'main':
code.c:3:13: warning: initialization of 'int' from 'char *' makes integer from pointer without a cast [-Wint-conversion]
     int str="Hello, World!";
             ^~~~~~~~~~~~~~~
code.c:4:14: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
     printf("%s\n",str);
             ~^    ~~~
             %d
code.c:4:14: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
     printf("%s\n",str);
             ~^    ~~~
             %d
测试点详情
测试点评测结果用时(ms)内存(KB)返回值
#1测试通过 CORRECT154160x0
源代码

您还没有登陆,不能查看代码哦~