自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 台州Acm-搬桌子

#include #includeusing namespace std;int main(){    int n,m,i,j,s,r,max,temp;cin>>n;getchar();while(n--){     int stable[200]={0};      max=0;      cin>>m;     for(i=1;i     {

2014-10-21 23:03:16 962

原创 请写出一个类,该类覆盖了toString()方法,返回一个任意非空字符串。

public class Hello{    public String toString(){        return ".*";    }}

2014-11-22 11:11:29 522

原创 会议安排-台州题

#include #include#includeusing namespace std;struct node{     int s;     int e;};node meet[1000];bool visited[1000];bool cmp(node a,node b){     if(a.s!=b.s) return a.s   

2014-10-26 22:09:16 382

原创 c++ sort函数与qsort函数

qsort标准函数:#include#includeusing namespace std;int cmp(const void *a,const void *b){ return *(int *)a -*(int *)b;}int main(){ int n; int i,j,tian[1005],king[1005]; int tmax,kmax

2014-10-26 13:37:30 377

原创 台州ACM-搬桌子

题目链接:http://acm.tzc.edu.cn/acmhome/game.do?&method=gameProblemDetail&gameId=1&levelId=3&number=2#include #includeusing namespace std;int main(){    int n,m,i,j,s,r,max,temp;cin>>n;getcha

2014-10-21 23:12:53 690

编程资源500门

亲测不错的资源,欢迎下载!里面有详细的介绍,有问题私聊。

2014-10-21

空空如也

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

TA关注的人

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