noip2012d1t1(Vigenère 密码 )
摘要:
#include<iostream>#include<cstring>#include<cstdio>using namespace std;char c[2100],k[2100]; int n[2100],lenk; int main(){ cin>>k; cin>>c; lenk=strlen 阅读全文
posted @ 2020-09-19 15:43
Chri_K
阅读(77)
评论(0)
推荐(0)
浙公网安备 33010602011771号