C语言帝国

X 我知道了TIPS:左右滑动导航栏可以查看更多栏目

订阅RSS
  • 首页
  • C语言帝国QQ群
  • 首页
  • C语言帝国QQ群

pointers_on_c 的 站内主页

2008
06-07

二级c 帮个忙拉 VIEW

pointers_on_c编程问题提问区2 条评论

#include "stdio.h" main() { int a=3,b=2,c=1; c-=++b; b*=a+c; {   int b=5,c=12;   c/=b*2;   a-=c;   printf("%d%d%d",a,b,c);   a+=--c; } printf("%.... Read More >
作者档案

昵称:pointers_on_c

邮箱:pointers_on_c@163.com

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国