📄 io20_3.02.c
字号:
// #include <iostream>
#include <iostream.h>
/**
** a.out
** ineluctable modality of the visible
** ineluctable modality of the visible
**
**/
int main()
{
int ch;
// alternatively: while ( ch = cin.get() && ch != EOF )
while (( ch = cin.get()) != EOF )
cout.put( ch );
return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -