竞赛
考级
zsy
#include<bits/stdc++.h> using namespace std; int main(){ double a,b,c,d; cin>>a>>b>>c; d=(a+b+c)/3; printf("%.2lf",d); return 0; }
LS_YZY
8af61dd1a3d02e57d54a908a3e3707d2bf3621c2 运用了哈希1加密 自己去找网站破译(有解析)
135****0026
#include<bits/stdc++.h> using namespace std; int sum[110]; int main(){ int a,b,c; cin>>a>>b>>c; printf("%.2f",(1.00*a+b+c)/3); }
<O_O>