problem a
[cpp]view plain
copy
print?
#include
int val[1001];
void bubble_sort(int a,int n)
} int main()
bubble_sort(val,i + 1);
} printf("%d",val[0]);
for(j = 1;j
return 0;
}
problem b
[cpp]view plain
copy
print?
#include
#define max 100
#define bool _bool
#define false 0
#define true 1
int val[max][max];
int n,m;
//判斷是否是所在列的最大值
bool is_max(int value,int col)
return
true;
}
int main()
for(i = 0;i
//最小值即為val[i][index]
}
//printf("%d\n",val[i][index]);
if(is_max(val[i][index],index) == true)
printf("%d %d %d\n",i,index,val[i][index]),flag = true;
}
if(flag == false) printf("no\n");
return 0;
}
problem c
[cpp]view plain
copy
print?
#include
char cache[51];
int num;//儲存重複的次數
int main()
else
if(flag == 1)
for(j = 1;j
printf("%c",tmp);
num = 0;
}
}
return 0;
}
problem d
[cpp]view plain
copy
print?
#include
int n;
int val[31];
int cmp(const
void *a,const
void *b)
int main()
for(i = 1;i
printf("%d",ans);
return 0;
}
西安電子科技大學洩漏資訊
偶然的機會,看到西安電子科技大學計算機學院的導師登入頁,隨便點了點,發現竟然是傳說中的 響應式web設計 輸完帳號,就告訴你帳號正確與否,輸完密碼,就告訴你密碼正確與否。這讓下邊的驗證碼情何以堪。這種設計表面上很貼心,但是安全性大大降低,驗證碼形同虛設。小菜突然又看到登入帳號,也就是教師id,總共才...
杭州電子科技大學acm 2011
problem description 多項式的描述如下 1 1 2 1 3 1 4 1 5 1 6 現在請你求出該多項式的前n項的和。input 輸入資料由2行組成,首先是乙個正整數m m 100 表示測試例項的個數,第二行包含m個正整數,對於每乙個整數 不妨設為n,n 1000 求該多項式的前n...
杭州電子科技大學計算機學院Debug杯程式設計競賽
難得ak了,來寫一波題解 感覺會是很長的題解qaq 用若干 zsbd 來補全原串使得其大於等於指定長度 暴力模擬,手速題 include include include include define max a,b a b a b define min a,b a b a b define ll l...