Run ID:96799
提交时间:2024-11-09 15:10:11
#include<iostream> #include<cstdio> int main() { int a,b,c; printf("%.3lf",(a+b+c)/3.0); return 0; }