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

运行ID 用户 题号 评测结果 用时(ms) 内存(KB) 语言 代码长度(B) 提交时间
20 wmy 1001 答案错误 WRONG-ANSWER 0 416 C 98 2023-05-18 15:49:57
编译警告信息
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答案错误 WRONG-ANSWER04160x0
源代码

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