로딩
요청 처리 중입니다...

8370 - Plane (C++)

 8370 - Plane (C++)

https://www.acmicpc.net/problem/8370문제 : Byteland Airlines recently extended their aircraft fleet with a new model of a plane. The new acquisition has n1 rows of seats in the business class and n2 rows in the economic class.

In the business class each row contains k1 seats, while each row in the economic class has k2 seats.Write a program which:- reads information about available seats in the plane,- calculates the sum of all seats available in that plane,- writes the result.역시 영어문제라 어려워 보이지만, 껍데기만 영어일 뿐 쉬운 문제이다.비즈니스클래스에는 n1줄이 있고, 줄마다 k1만큼의 자리..........

원문 링크 : 8370 - Plane (C++)