猫史档案馆


逐浪侠客ycyP

逐浪侠客ycyP

Lv.1

我是程恶扬善的,尊重玩家的,用心做作品的,虚心接受别人点评的,熊猫大侠

获赞:0收藏:0浏览:0作品收藏:0
回复帖子评论
上一页1 页 / 共 1下一页

归来吧,小神射手!!! 中回复

青春没有售价,扣一复活老大(神射手)

2023-12-04T20:33:27 点赞:0

归来吧,小神射手!!! 中回复

 

#include<algorithm>
#include<iostream>
#include<iomanip>
#include<string>
#include<cmath>
#include<cstdio>
#include<cstring>
#include <fstream>
#include <cmath> 
#include <deque>  
#include <vector>  
#include <queue>       
#include <map>   
#include <stack>  
#include <set>  
#include <cctype>  
#include<bits/stdc++.h> 
using namespace std;
const int N=100;
char s[N+1]; 
int main()
{
	int a=0;
	char w;
	while (true)
	{
		cin>>w;
		if (w=='.')
		{
			break;
		}
		s[a]=w;
	    a++;
	}
	cout<<a<<endl;
	for (int i=0;i<a;i++)
	{
		cout<<s[i];
	}
    return 0;
}

2023-12-04T20:34:52 点赞:0