#51251: c++正解


yp11451032@yphs.tp.edu.tw (711-23吳嘉恩)


#include<iostream>
using namespace std;
int main(){
string a;
while (getline (cin, a)){
cout<<"a "<<"a";
}}