自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 HDU 1106

HDU 1106

2016-03-22 22:55:17 286

原创 NEFU 1002

http://acm.nefu.edu.cn/JudgeOnline/problemShow.php?problem_id=1002 代码一: #include #include #include using namespace std; int main() { int k,n,flag,len; char a[1005],b[305][400]; while

2016-03-20 20:30:02 409

原创 POJ 1423 求阶乘的位数

http://poj.org/problem?id=1423 #include #include using namespace std; const double e=2.7182818284590452354,pi=3.141592653589793239; int main() { int n; double x; while(cin>>n) {

2016-03-14 23:41:26 340

原创 NEFU 560

http://acm.nefu.edu.cn/JudgeOnline/problemShow.php?problem_id=560 代码: #include #include #define m 11000 using namespace std; int shu[m]; int half_set(int n) { int ans=1; if(shu[n]) ret

2016-03-14 21:45:07 465

原创 NEFU 564

http://acm.nefu.edu.cn/JudgeOnline/problemShow.php?problem_id=564 代码: #include #include using namespace std; int move(int x,char a,char b) { printf("number..%d..form..%c..to..%c\n",x,a,b); }

2016-03-14 21:43:14 394

原创 Educational Codeforces Round 9

Problem A A. Grandma Laura and Apples time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Grandma Laura cam

2016-03-02 01:28:47 333

原创 UVa1587

#include #include using namespace std; int main() { int a[15],b[15],c[15],j,i,flag,k1,k2,t; while(cin>>a[0]) { memset(b,0,sizeof(b)); memset(c,0,sizeof(c)); j=0;

2016-03-01 00:15:49 334

学生管理系统

系统编的不是很好,别当答案用,纯粘容易错

2016-10-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除