Deprecated: Assigning the return value of new by reference is deprecated in /www/wwwroot/shabab.ps/public_html/vb/showpost.php on line 218

Deprecated: Assigning the return value of new by reference is deprecated in /www/wwwroot/shabab.ps/public_html/vb/showpost.php on line 223
منتديات شباب فلسطين - عرض مشاركة واحدة - بلييز الي بيعرف بالبرمجة بالc ضروري مساعدة
عرض مشاركة واحدة
قديم 03-29-2008, 11:22 PM   #7
محمود
..{ مديــــــر عــــام }..
 
الصورة الرمزية محمود
عيد فطر سعيد ,,

قوة السمعة: 50 محمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond repute

افتراضي رد: بلييز الي بيعرف بالبرمجة بالc ضروري مساعدة

جربي هيك اختي ...


كود:
#include <stdio.h>
#include<conio.h>
 int main (){

int s,i,j,n, m;

printf("entrer le n");
scanf("%d",&n);
m=1;
for (i=1;i<=n;i++){
     for(j=1;j<=i;j++){
          m=m*i;
          }
  s=s+m;
        }
 printf ("la somme des puissancesn=",&n);

getch();
}
  اقتباس المشاركة