摘要: P1914 #include<iostream> #include<string.h> using namespace std; int main() { char s[51]; int n; scanf("%d",&n); scanf("%s",s); for(int i=0;i<strlen(s 阅读全文
posted @ 2021-12-18 09:16 Oranges 阅读(121) 评论(0) 推荐(0) 编辑