返回题解分享
讨论 / 题解分享/ 帖子详情

拓拓在打字 - 题解

#include <stdio.h>
#include <iostream>
#include <string>
using namespace std;
int main(){

string str;

while(cin>>str){
	cout<<str<<' ';
	}
}
0 回复 0 转发 1 喜欢 14 阅读
回复 (0)
默认 最新
暂无回复,快来抢沙发!