字符序列(模拟)
摘要:
#include<iostream> using namespace std; int n,sum=0; int ans[15]; bool judge() { int cnt=0; for(int i=3; i<=n; i++) { if(ans[i]==ans[i-2]) { cnt++; } 阅读全文
posted @ 2020-10-24 14:11
Chri_K
阅读(98)
评论(0)
推荐(0)
浙公网安备 33010602011771号