摘要:
A题 水题 1 #include<iostream> 2 #include<stdio.h> 3 #include<algorithm> 4 using namespace std; 5 6 int main( ) 7 { 8 int i,N;char str[11]; 9 while( scanf("%d",&N) != EOF )10 {11 int res = 0;12 for( i = ... 阅读全文
posted @ 2013-03-20 21:38
浪舟
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号