[Login|Register]
New post

Show post

Search forum

Read post
Re:这代码能得到正确结果啊,怎么老是Time Limit Exceeded... [ Topic ] 2012-01-19 21:06:27 bboybhappy
#include <iostream>
using namespace std;
int main(){
    char a;
    while(cin.get(a))
        cout<<a;
    return 0;
}
这个也行啊,还真是耗时太长吗.....
Reply
Title
Message
(64K)
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.1ms with 2 query(s).