C語言源碼: [cpp] #include<stdio.h> int main() { int x,y; int n; while(scanf("%d",&n)!=EOF) { for(x=0;x<=n;x++) for(y=0;y<=n;y++) if((x*5+y*3+(float)(100-x-y)/3)<=(float)n) printf("x=%d,y=%d,z=%d\n",x,y,100-x-y); } }
應用介紹 隨便瞧瞧是一款為android用戶量身定做的
LeetCode OJ Linked List: 92題、1
hdu 4276 The Ghost Blows Light
C++11新特性之 std::forward(完美轉發)
LeetCode 41:First Missing Posi
LeetCode 235 Lowest Common Anc