Rumah > hujung hadapan web > html tutorial > Codeforces Round #266 (Div. 2) B. Wonder Room_html/css_WEB-ITnose

Codeforces Round #266 (Div. 2) B. Wonder Room_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Lepaskan: 2016-06-24 11:57:57
asal
1001 orang telah melayarinya

The start of the new academic year brought about the problem of accommodation students into dormitories. One of such dormitories has a a?×?b square meter wonder room. The caretaker wants to accommodate exactly n students there. But the law says that there must be at least 6 square meters per student in a room (that is, the room for n students must have the area of at least 6n square meters). The caretaker can enlarge any (possibly both) side of the room by an arbitrary positive integer of meters. Help him change the room so as all n students could live in it and the total area of the room was as small as possible.

Input

The first line contains three space-separated integers n, a and b (1?≤?n,?a,?b?≤?109) ? the number of students and the sizes of the room.

Output

Print three integers s, a1 and b1 (a?≤?a1; b?≤?b1) ? the final area of the room and its sizes. If there are multiple optimal solutions, print any of them.

Sample test(s)

Input

3 3 5
Salin selepas log masuk

Output

183 6
Salin selepas log masuk

Input

2 4 4
Salin selepas log masuk

Output

164 4题意:安排宿舍大小,每个学生至少需要6平方米的大小,求n个学生,原本a*b大小的宿舍,再满足要求的情况下,新的宿舍由旧的宿舍扩建后的大小思路:搜索,起初10^9是过不了的,但是我们枚举一边a的大小后,对于另一边b,如果加一个条件我们起初设ab的时候,等于说会出现对称的情况了,这样数据量就小一半了<pre name="code" class="n">#include <iostream>#include <cstdio>#include <cstring>#include <algorithm>typedef long long ll;using namespace std;int main() {	ll n, a, b;	cin >> n >> a >> b;	n *= 6;	int flag = 0;	if (a > b) { // 初始让x  y) // 不符合,即出现对称			break;		if (x <br><br></algorithm></cstring></cstdio></iostream>
Salin selepas log masuk
Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan