#include <stdio.h>

int main(){

int a,b; scanf("%d %d",&a,&b);

printf("%f",1.0ab/2);

return 0;

}

答案没有考虑小数问题,但是你考虑的话,会给0分(比如我写的上面这个)。😕

0 条评论

目前还没有评论...

信息

ID
7
时间
1000ms
内存
256MiB
难度
4
标签
递交数
6796
已通过
3113
上传者