정올(정보올림피아드&알고리즘)/Language_Coder

정올 517 : 입력-자가진단9 (c언어) →CODINGKOOºº

it 킹왕짱 2022. 2. 4. 08:04
728x90


코드

#include<stdio.h>
int main() {
double a, b, c;
scanf("%lf %lf %lf", &a, &b, &c);

printf("%.3lf\n",a);
printf("%.3lf\n", b);
printf("%.3lf", c);

return 0;
}


출력

1.257
95.214
526.851



문제 http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=154&sca=1020

728x90
728x90