| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 887 人关注过本帖
标题:我的程序哪里错了?
只看楼主 加入收藏
CXP0714
Rank: 2
等 级:论坛游民
帖 子:7
专家分:18
注 册:2011-12-1
收藏
得分:1 
//#include "stdafx.h"
//#include <shdio.h>
#include<stdio.h>
#include<string.h>
#define DENSITY 62.4
int main (void)
{
    float a , b;
    int c , d;
    char e[40];
    printf("dsadasdhnadhas\n");
    //scant("%s",e);
    scanf("%s",e);
    printf("%s,dashiodashui\n",e);
    //scant("%f",&a);
    scanf("%f",&e);
    c = sizeof(a);
    d = strlen(e);
    b = (a / DENSITY);
    printf("das,%s, ioasnho %2.2f dsadas.\n",e, b);
    printf("dsanjidsandioas %d dsanldasnio,\n,d");
    printf("dasdhasuio %d dsahuiodasuhi.\n", c);
    return 0;
}
2011-12-01 23:10
请问你好吗
Rank: 2
等 级:论坛游民
帖 子:64
专家分:51
注 册:2011-11-27
收藏
得分:1 
第二行是stdio
2011-12-02 14:41
快速回复:我的程序哪里错了?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.032849 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved