- 博客(3)
- 收藏
- 关注
原创 HDU1219 AC ME
#include #include using namespace std; int main(){ string s; while(getline(cin,s)){ char a[26]={‘a’,‘b’,‘c’,‘d’,‘e’,‘f’,‘g’,‘h’,‘i’,‘j’,‘k’,‘l’,‘m’,‘n’,‘o’,‘p’,‘q’,‘r’,‘s’,‘t’,‘u’,‘v’,‘w’,‘x’,‘y’,‘z’}...
2019-07-11 18:01:13
233
原创 HDU2014
#include #include #include using namespace std; void bubblesort(int data[],int x){ int i,j,temp; for(i=0;i<x-1;i++) for(j=0;j<x-1-i;j++) if(data[j]>data[j+1]){ &...
2019-02-11 20:43:25
395
原创 HDU2013
#include using namespace std; int main(){ int n; while(cin>>n){ int s=1; for(int i=1;i<n;i++){ s=(s+1)*2
2019-02-09 23:00:01
337
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅