編程語言1.

 #include<stdio.h>
 int main()
 {
     long x,y;
     int a,b,c,d;
     x=5;
     y=6;
     a=7;
     b=8;
     c=x+a;
     d=y+b;
     printf("c=%d\nd=%d\n",c,d);
     return 0;
  } 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章