#include <iostream>
#include <stdio.h>
#include <string.h>
using namespace std;
int main()
{
char a[80];
while(gets(a)!=NULL)
{
for(int i=0;a[i]!='\0';i++)
{
&
#include <iostream>
#include <stdio.h>
#include <string.h>
using namespace std;
int main()
{
char a[80];
while(gets(a)!=NULL)
{
for(int i=0;a[i]!='\0';i++)
{
&

被折叠的 条评论
为什么被折叠?
