A. 对 B. 错
A. scanf( “%d%ld, %le”,&x, &y, &z); B. scanf( “%2d*%d%1f" , &x, &y, &z) ; C. scanf( “%x%*d%o”, &x, &y); D. scanf( “%x%o%6. 2f”,&x, &y, &z);