| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:解决已ACIn Reply To:求代码分析问题1298为何老出错 Posted by:fzq202 at 2011-07-15 14:33:52 int k,n;
main()
{
k=2;
for(;n=getchar(),~n;)
{
if(k%3==0)
putchar(n%91<65?n:n%70%44+65);
if(n=='\n')++k;
}
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator