在线求答
#include"stdio.h"#include"stdlib.h"
main()
{
long a,b,s,c;
a=400;
b=300;
c=3*6+9;
s=a*b+c;
printf("\ns=%ld",s);
system("pause");
}
有没有大佬懂这句的意思 printf("\ns=%ld",s);
2022-10-16 10:01
2022-10-16 21:44
2022-10-17 17:53
2022-10-18 08:58