POJ 3536 Beer Refrigerator G++
#include <iostream> using namespace std; //需要細想 可能是單調 謝謝博友文章 int main() { while(1) { int n; cin>>n; if(cin.eof()==1) { break; } int mint; int x,y,z; int flag=0; for(int a=n;a>=1;a--) { for(int b=(n/a);b>=a;b--) { for(int c=(n/(a*b));c>=b;c--) { if(a*b*c==n) { mint=2*a*b+2*b*c+2*c*a; x=a; y=b; z=c; flag=1; break; } } if(flag==1) { break; } } if(flag==1) { break; } } cout<<x<<" "<<y<<" "<<z<<endl; } return 0; }
相關推薦
POJ 3536 Beer Refrigerator G++
#include <iostream> using namespace std; //需要細想 可能是單調 謝謝博友文章 int main() { while(1) { int n; cin>>n; if(c
POJ 3624 Charm Bracelet G++
#include <iostream> using namespace std; int W[3402]; int D[3402]; int a[12881]; int b[12881]; //北京大學暑期課《ACM/ICPC競賽訓練》例題 int main()
POJ 1493 Machined Surfaces G++
#include <iostream> #include <string> using namespace std; //謝謝博友文章 int main() { while(1) { int NUM; cin>>NUM; if(NUM==0)
POJ 1580 String Matching G++
#include <iostream> #include <string> using namespace std; int main() { while(1) { string a,b; cin>>a; if(a=="-1") { br
poj 2965 The Pilots Brothers' refrigerator
esc ever mis nes ref handles cat tar sep The Pilots Brothers‘ refrigerator Time Limit: 1000MS Memory Limit: 65536K
G - Best Cow Fences (POJ - 2018)
class 前綴數組 mes cout () light cin ret ace - 題目大意 給你n個牛的自身價值,讓你找出連續的且數量大於等於F的一段區間,使這段區間內的牛的平均價值最大。 - 解題思路 這道題可以用二分法也可以結合前綴數組來求和來做
POJ - 1845 G - Sumdiv (唯一分解定理)
容易 題目 separate ans pri oid 每一個 nbsp clu Consider two natural numbers A and B. Let S be the sum of all natural divisors of A^B. Determine
POJ 1657 Distance on Chessboard G++
#include <iostream> #include <string> #include <cmath> #include <algorithm> //max using namespace s
POJ 1207 The 3n + 1 problem G++
#include <iostream> using namespace std; int hs[10001]; int main() { for(int i=1;i<10001;i++) { int js=1; int t=i;
POJ 2453 An Easy Problem G++
#include <iostream> #include <bitset> #include <vector> using namespace std; int main() { vector<int> jg; while(1) { bi
POJ 2010 G - Moo University - Financial Aid(最小化第K大)
G - Moo University - Financial Aid 1.題目含義: 奶牛學校招生,c頭奶牛報名,要選n頭(n為奇數),學校是義務制,所以每頭奶牛的學費都由學校負責。每頭奶牛都由自己的考試分數和它需要花的學費,學校總共有f的資金,問合法招生方案中
G - Brackets Sequence POJ - 1141 (動態規劃)
G - Brackets Sequence POJ - 1141 Let us define a regular brackets sequence in the following way: 1. Empty sequence is a regular
poj上 G++ GCC C++編譯器的區別?
Linux 中最重要的軟體開發工具是 GCC。GCC 是 GNU 的 C 和 C++ 編譯器。實際上,GCC 能夠編譯三種語言:C、C++ 和 Object C(C 語言的一種面向物件擴充套件)。利用 gcc 命令可同時編譯並連線 C 和 C++ 源程式。 GCC 可同時用
POJ 1064 Cable master (二分答案,G++不過,C++就過了)
題目: 這題有點坑,G++過不了,C++能過。 條件:n個數據a[],分成k段,結果精度要求兩位小數。 問題:每段最長為多少? 思路:因為精度要求為兩位小數,我先把所有的長度a[]*100。 我們對答案二分搜尋,把l設定為0,r設定為1000
POJ 3518 Prime Gap(素數)
for org 篩選法求素數 lan article sizeof tar eof rim POJ 3518 Prime Gap(素數) http://poj.org/problem?id=3518 題意: 給你一個數。假設該數是素數就輸出0. 否則輸出比
POJ 2586 Y2K Accounting Bug(枚舉大水題)
lin uri ssd 數據丟失 span com reported cpp rem Y2K Accounting Bug Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1067
poj 1182 (帶權並查集)
ios int 查找 食物 spa script ble 距離 輸出 食物鏈 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 71361 Accepted: 21131 Des
poj 2559 Largest Rectangle in a Histogram 棧
hist func opc txt class sse typedef ++ limit // poj 2559 Largest Rectangle in a Histogram 棧 // // n個矩形排在一塊,不同的高度,讓你求最大的矩形的面積(矩形緊挨在一起)
POJ 3461 kmp
desc href i++ -a spl ffi mem table art Oulipo Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 40168 Acce
POJ Knight Moves 2243 x
rate tput ble esc 當前 malle center namespace string Knight Moves Time Limit: 1000MS Memory Limit: 65536K