#include<iostream> using namespace std; char s[200005],p[200005],t[200005]; int main() { while(scanf("%s %s",&s,&p)!=EOF) { strcpy(t,s);strcat(s,t); if(strlen(t)>strlen(p)&&strstr(s,p)!=NULL) cout<<"yes"<<endl; else cout<<"no"<<endl; } return 0; }
暑假集訓(4)第五彈——— 數論(hdu1222),數論hd
poj2481 cows(線段樹單點更新) 題目鏈接:
在ubuntu10.10下安裝了disksim-3.0
初探C++ 中的 new 和 delete 在 C++
2. 定義和聲明 2.1. extern和static
機智零崎不會沒梗Ⅱ (哈夫曼編碼、優先隊列),夫曼題目描述