[Login|Register]
New post

Show post

Search forum

Read post
Re:I do think that 。。。  [ Topic ] 2010-10-15 18:58:09 team915
你的方法,确实可以。。
我的也差不多,为什么就是runtime error呢?
#include "stdio.h"
//#include "stdlib.h"
void main(){
    char c;
    while((c=getchar())!=EOF){
        putchar(c);
    }

    //system("pause");
}
Reply
Title
Message
(64K)
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.8ms with 2 query(s).