C语言帝国
SEARCH
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