摘要: #include <stdio.h> int main() { int a, b, c; scanf("%d%d%d", &a, &b, &c); printf("%.3f", (a + b + c) / 3.0); return 0; } #include <stdio.h> int main() 阅读全文
posted @ 2019-11-03 17:28 桥头的少年 阅读(341) 评论(0) 推荐(0)