首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
艾莉莎的代码贴
→
C语言
[C语言]测试样例能过,判题为wrong answer题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1015
#include<stdio.h>
#include<string.h>
#include<math.h>
#define EPSILON 0.1
int main()
{
double num1;
int flag,v,w,x,y,z,len;
char a[20]= {0};
double b[20]= {0};
for(int i=0; i<20; i++)
{
......................
阅读全部
| 2019年2月23日 15:39
1
艾莉莎
全部(1)
C语言(1)