ACM 문제!
이하얀
질문 제목 :
http://livearchive.onlinejudge.org/index.php?option=com_onlinejudge&page=show_problem&problem=2250
이문제인데요 풀었는데 워롱엔서래요ㅠㅠ질문 내용 :
#include stdio.h
#include math.h
float a[7]={9.23076, 1.84523, 56.0211, 4.99087, 0.188807, 15.9803, 0.
float b[7]={26.7, 75, 1.5, 42.5, 210, 3.8, 254};
float c[7]={1.835, 1.348, 1.05, 1.81, 1.41, 1.04, 1.88};
int run(int p,int i);
int fil(int p,int i);
int main(void)
{
int tot,i,j,ts=0;
int gr[7];
int gs[7];
scanf(%d,&tot);
for (i=0; itot; i++){
for (j=0; j7; j++)
scanf(%d,&gr[j]);
gs[0]=run(gr[0],0);
gs[1]=fil(gr[1],1);
gs[2]=fil(gr[2],2);
gs[3]=run(gr[3],3);
gs[4]=fil(gr[4],4);
gs[5]=fil(gr[5],5);
gs[6]=run(gr[6],6);
for (j=0; j7; j++)
ts+=gs[j];
printf(%d,ts);
ts=0;
}
return 0;
}
int run(int p, int i)
{
int sc=0;
sc=a[i]*pow((b[i]-p),c[i]);
return sc;
}
int fil(int p, int i)
{
int sc=0;
sc=a[i]*pow((p-b[i]),c[i]);
return sc;
}hi,
this is an automated response from acm-icpc live archive.
your submission with number 869897 for the problem 4249 - heptathlon has failed with verdict wrong answer.
although your program was successful at compilation and execution stages, it was not able of solving the proposed problem.
best regards,
the acm-icpc live archive team이렇게 말하내요ㅠㅠ뭐가문제죠?
-
피스케스
A 배열이 닫기지 않았습니다.
-
샹1큼해
로그인 하라는데, 무슨 문제인지 모르겠네요.
그냥 코드만 봤을 땐, A[], B[], C[] 는 float형을 다루는데
fil(), run()은 정수를 반환하니 데이터 손실이 있겠네요.
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2676182 | 숫자 순서대로 배열하는법 | 권뉴 | 2024-11-24 |
2676152 | 기본적인거 하나 질문드립니다. | 개미 | 2024-11-24 |
2676124 | 함수선언관련 질문이에요~...털썩..수정완료 (2) | 가지 | 2024-11-24 |
2676092 | C언어 책 (2) | 아서 | 2024-11-24 |
2676065 | 웹사이트 또는 메신저 등에서 원하는 텍스트를 검사하는방법?? (1) | 모든 | 2024-11-23 |
2676033 | 배열 기초연습중 발생하는 에러 ㅠㅜ... | Creative | 2024-11-23 |
2676005 | keybd_event 게임 제어 | 영글 | 2024-11-23 |
2675900 | 진짜기본적인질문 | 글길 | 2024-11-22 |
2675845 | 수정좀해주세요ㅠㅠㅠ | 해골 | 2024-11-21 |
2675797 | 병합 정렬 소스 코드 질문입니다. (2) | 도래솔 | 2024-11-21 |
2675771 | 큐의 활용이 정확히 어떻게 되죠?? | 해긴 | 2024-11-21 |
2675745 | 도서관리 프로그램 질문이요 | 도리도리 | 2024-11-20 |
2675717 | 2진수로 변환하는것! (3) | 동생몬 | 2024-11-20 |
2675599 | for문 짝수 출력하는 법 (5) | 널위해 | 2024-11-19 |
2675575 | Linux 게시판이 없어서.. | 첫삥 | 2024-11-19 |
2675545 | 구조체 이용할 때 함수에 자료 넘겨주는 것은 어떻게 해야 하나요? | 아연 | 2024-11-19 |
2675518 | 사각형 가로로 어떻게 반복해서 만드는지좀.. 내용 | 신당 | 2024-11-18 |
2675491 | !느낌표를 입력하는것은 어떻게합니까~~?ㅠㅠ (5) | 사지타리우스 | 2024-11-18 |
2675411 | 파일입출력으로 받아온 파일의 중복문자열을 제거한 뒤 파일출력 | 앨버트 | 2024-11-17 |
2675385 | 링크드리스트 주소록 질문드립니다. (1) | 겨루 | 2024-11-17 |