阅读背景:

某些设备上的代码有什么问题?

来源:互联网 

there is a code snippet:

有一个代码片段:

#include<stdio.h>
int main(void){
    char c;
    while( (c=getchar()) != EOF){
        putchar(c);
    }
}
#include<



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: