4、给出程序的运行结果,程序运行时从键盘输入:54321<回车> include <stdio.h> int main() { int a,b,s; scanf("%2d%2d",&a,&b); s=a/b; printf("s=%d",s); return 0; }

A.1 B.1.6875 C.2 D.0

时间:2024-06-26 17:12:39

相似题目