Young小杰2016.12.21(0)2139
#include <stdio.h>int main(){ //定一个age变量 int age; printf("请输入您的年龄:"); //输入赋予变量值 ...
Young小杰2016.12.20(0)2195
#include <stdio.h>int main(){ //设置一个变量a等于10 int a = 10; printf("a=%d\n",a); //变量a...
Young小杰2016.12.20(0)2111
#include <stdio.h>int main(){ //设置一个变量a等于10 int a = 10; printf("a=%d\n",a); //变量a...
Young小杰2016.12.20(0)2229
长期以来杨小杰过的比较浑浑噩噩,至今没有掌握一点实质性的技术,所以我很后悔当初没有好好学习,也不至于现在沦落到这般田地,所以小杰一再深思,到底如何成就自己的理想和以后的路到底如何走下去,不至于多年以后...