
源代码
巴西木
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
百度之星12初赛(尼玛)
#include #include #include using namespace std; typedef struct { int f; int g; }Scheme; int Solve(int X,int Y,int A,int B) { return A*X+B*Y; } int main() { int n=0;原创 2012-06-03 14:43:12 · 359 阅读 · 0 评论 -
华为14试机
#include #include "string.h" #include "stdlib.h" #include "stdio.h" using namespace std; void stringFilter(const char *pInputStr, long lInputLen, char *pOutputStr){ int map[26]; int i=0;原创 2013-12-12 17:50:44 · 544 阅读 · 0 评论