2013/10/7 程式設計 林中誠老師 作業一 2013/10/7 程式設計 林中誠老師 作業一

 #include<stdio.h>

#include<stdlib.h>
 
int main()
{
int a;
int b;
int c;
int d;
a=5;
b=12;
d=99999999;
c=a+b+d;
printf("%d\n",c);
system("pause");
return 0 ;
}
 
網站地圖 網站地圖