JinPeng : 3293
4 年,11 月前
#include <stdio.h>
#include <string.h>
char str [ 1000000 ];
int main () {
int x ;
while ( scanf ( "%s" , str + 1 ) != EOF ) {
int len = strlen ( str + 1 );
str [ 0 ] = '0' ;
...查看全文