回到首页
个人中心
反馈问题
注册登录
下载APP
代码
提交代码
# include <stdio.h> int main(void) { int x,y; int z=0; x=2,y=5; z=x+y; printf("%d",z); return 0; }
运行结果