Chinaunix首页 | 论坛 | 博客
  • 博客访问: 133107
  • 博文数量: 32
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 323
  • 用 户 组: 普通用户
  • 注册时间: 2014-09-09 14:22
个人简介

我什么都不懂,但是我却什么都想懂。

文章分类

全部博文(32)

文章存档

2014年(32)

发布时间:2014-12-02 15:53:54

#include <stdio.h>int main(){ int a,b; a=1; b=1; while(1) {  while(1)  {   printf("%d*%d=%d\t",a,b,a*b);   a++;   if(a>b)  {  printf("\n");   break; .........【阅读全文】

阅读(1283) | 评论(0) | 转发(0)

发布时间:2014-12-02 14:25:16

#include <stdio.h>int main()    {         int a,b;         a=1;         b=1;         while(1)&nbs.........【阅读全文】

阅读(1443) | 评论(0) | 转发(0)

发布时间:2014-12-02 14:20:47

#include <stdio.h>int main()/*{ int a; a=1; while(1) {  printf("%d\n",a);  a++;  if(a>100)   break; } return 0;}*/......【阅读全文】

阅读(1382) | 评论(0) | 转发(0)

发布时间:2014-11-28 13:23:02

#include int main(){float factor_1,factor_2 ;double result;char operation;     scanf("%f%c%f",&factor_1 , &operation ,&factor_2 );if(operation =='+'){result=factor_1+factor_2;        printf("sum is %lf\n",result);}else if(operation == '-')&n.........【阅读全文】

阅读(1194) | 评论(0) | 转发(0)

发布时间:2014-11-18 17:51:53

首先这是一个恶作剧……,最后我们要告诉他。①:在“我的电脑”里找到“工具”,左键工具选择“文件夹选项”。找到“查看”,将此文字前面的对号去掉。②:在桌面新建一个文档,在文档中输入“shutdown -s -t 60”.然后将它保存③:我们将这个文件重命名,将它的扩展名改为“bat”。④:点击我的电脑→程序→启动.........【阅读全文】

阅读(1326) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

Super丶小波2014-11-19 21:15

回复  |  举报

陈小静1232014-11-18 23:44

回复  |  举报

高一生一世姜2014-09-09 14:27

谢谢,大家的光临

回复  |  举报
留言热议
请登录后留言。

登录 注册