백준 #일곱 난쟁이
백준2309번 - 일곱 난쟁이
#include #include using namespace std; int main() { int height[9]; int total = 0; for(int i=0; i> height[i]; total = total + height[i]; } sort(height,height+9); for(int i = 0; i
#include #include using namespace std; int main() { int height[9]; int total = 0; for(int i=0; i> height[i]; total = total + height[i]; } sort(height,height+9); for(int i = 0; i