728x90
1 2 3 4 5 6 7 8 9 | #include <stdio.h> int main() { float a, b, c; scanf("%f %f %f", &a, &b, &c); float(i) = (a+b+c) / 3; printf("%.2f", i); } | cs |
728x90
'Study > code up' 카테고리의 다른 글
[codeup] 1122 : 초를 분/초로 변환 (0) | 2020.05.03 |
---|---|
[codeup] 1121 : 나머지 구하기 (0) | 2020.05.03 |
[codeup] 1119 : 일을 시간으로 변환 (0) | 2020.05.01 |
[codeup] 1118 : 삼각형의 넓이 구하기 (0) | 2020.05.01 |
[codeup] 1117 : 두 실수의 곱 (0) | 2020.05.01 |