http://trithuctuoihoctro.blogspot.com/ Code Chương trình Tính tổng 210 + 7! - 53 + 62 + 3! - 6! #include #include int gt(int n); int lt(int a,int b); main() { int l; l=lt(2,10) + gt(7) - lt(5,3) + lt(6,2) + gt(3) - gt(6); printf("%d",l); getchar(); } int gt(int n) { int i,p; p=1; for(i=1;i