流类库5

#include<iostream>
using namespace std;
int main()
{
char ch;
while((ch=cin.get()) !=EOF)
cout.put(ch);
return 0;
}

posted @ 2023-05-14 19:55  不会JAVA的小袁  阅读(10)  评论(0编辑  收藏  举报