一觉醒来,不觉已经是4点了,于是果断挑了一道水题。View Code #include<stdio.h>#include<string.h>#include <cctype>char str[5000];int main(){ int i,j,k; while(gets(str)) { char s[]="0000"; int len=strlen(str); int row=len/16; int left=len%16; int a=0; for(i=0;i<row;i++) ... Read More
posted @ 2011-10-02 18:01
Because Of You
Views(238)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号