赞
踩
int main( )
{
int a,b;
scanf( "%d %d ",&a,&b);
printf( "%d ",a + b);
}
上面的程序①有一个int它是计算整数的专用函数
代码②:scanf是输入的意思,好比你想去取款那么你要输入取款金额