HOC24
Lớp học
Môn học
Chủ đề / Chương
Bài học
có gì ib riêng i
ông học l8 dk
tui từng là thành viên của 247 nên thấy hội ngộ
bên 247 qua hả
code c++:
#include <iostream>using namespace std;int main(){ freopen("tbc.inp","r",stdin); freopen("tbc.out","w",stdout); int a,b,c,d; cin>>a>>b>>c>>d; float r; r=(a+b+c+d)/4; cout<<r<<endl; return 0;
}
code pascal: