[
Home
|
Training
|
Problems
|
Contests
|
C Language
]
[
Login
|
Register
]
New post
Show post
Search forum
Read post
I do think that I can find the most time-consuming method!!
[
Topic
] 2009-09-02 00:24:11
suyg_2000
#include <stdio.h>
int main()
{
char c;
while(scanf("%c",&c)!=EOF) printf("%c",c);
return 0;
}
Reply
Title
Message
(64K)
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 2.0ms with 2 query(s).