[
Home
|
Training
|
Problems
|
Contests
|
C Language
]
[
Login
|
Register
]
New post
Show post
Search forum
Read post
Re:Why always TLE!!!
[
Topic
] 2009-08-03 19:00:30
fuch
#include <stdio.h>
int main()
{
int ch;
while((ch=getchar())!=EOF) putchar(ch);
return 0;
}
Reply
Title
Message
(64K)
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 3.6ms with 2 query(s).