#include <stdio.h>
int main()
{
int x, y;
x = 10;
y = -3;
printf("x+y=%d\n", );
// printf("x-y=%d\n", );
// printf("x*y=%d\n", );
// printf("x/y=%d\n", );
// printf("x%y=%d\n", );
return 0;
}
这题怎么做啊
慕田峪0388121
qq_莫非
随时随地看视频慕课网APP
相关分类