• 2022-06-11 问题

    以下程序段的输出结果是inti,j;for(i=1;i<;4;i++){for(j=i;j<;4;j++)printf("%d*%d=%d",i,j,i*j);printf("\n");} A: 1*1=11*2=21*3=32*1=22*2=43*1=3 B: 1*1=11*2=21*3=32*2=42*3=63*3=9 C: 1*1=11*2=22*2=41*3=32*3=63*3=9 D: 1*1=12*1=22*2=43*1=33*2=63*3=9

    以下程序段的输出结果是inti,j;for(i=1;i<;4;i++){for(j=i;j<;4;j++)printf("%d*%d=%d",i,j,i*j);printf("\n");} A: 1*1=11*2=21*3=32*1=22*2=43*1=3 B: 1*1=11*2=21*3=32*2=42*3=63*3=9 C: 1*1=11*2=22*2=41*3=32*3=63*3=9 D: 1*1=12*1=22*2=43*1=33*2=63*3=9

  • 2021-04-14 问题

    打印九九乘法表,要求格式为: 1*1=1 1*2=22*2=4 1*3=32*3=63*3=9 1*9=92*9=183*9=274*9=365*9=456*9=547*9=638*9=729*9=81

    打印九九乘法表,要求格式为: 1*1=1 1*2=22*2=4 1*3=32*3=63*3=9 1*9=92*9=183*9=274*9=365*9=456*9=547*9=638*9=729*9=81

  • 2022-05-31 问题

    1, 4, 27/4( )12/16 27/4 A: 8 B: 63/8 C: 64/9 D: 77/9

    1, 4, 27/4( )12/16 27/4 A: 8 B: 63/8 C: 64/9 D: 77/9

  • 2022-05-29 问题

    读程序,回答问题。下面程序的输出是 输出结果1是:() A: 96 B: 69 C: 36 D: 63

    读程序,回答问题。下面程序的输出是 输出结果1是:() A: 96 B: 69 C: 36 D: 63

  • 2021-04-14 问题

    打印九九乘法表,要求格式为: 1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*9=9 2*9=18 3*9=27 4*9=36 5*9=45 6*9=54 7*9=63 8*9=72 9*9=81 程序填空: #include void main() { int i,j; for(i=1; ;i++) { for(j=1; ;j++) printf("%d*%d=%d\t", ); ; } }

    打印九九乘法表,要求格式为: 1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*9=9 2*9=18 3*9=27 4*9=36 5*9=45 6*9=54 7*9=63 8*9=72 9*9=81 程序填空: #include void main() { int i,j; for(i=1; ;i++) { for(j=1; ;j++) printf("%d*%d=%d\t", ); ; } }

  • 2022-05-29 问题

    IPV6地址0010:0123:0000:0000:0000:ABCD:0000:0001/96的正确简化形式为? A: 10:123::ABCD::1/96 B: 10:123:0:0:0:ABCD::1/96 C: 1:123::ABCD::1/96 D: 1:123::ABCD:0000:1/96

    IPV6地址0010:0123:0000:0000:0000:ABCD:0000:0001/96的正确简化形式为? A: 10:123::ABCD::1/96 B: 10:123:0:0:0:ABCD::1/96 C: 1:123::ABCD::1/96 D: 1:123::ABCD:0000:1/96

  • 2022-05-29 问题

    IPV6的地址为0001:0123:0000:0000:0000:ABCD:0000:0001/96,可以简写为以下哪些地址() A: 1:123:ABCD:0:1/96 B: 1:123:0:0:0:ABCD:0:1/96 C: 1:123::ABCD::1/96 D: 1:123:0:0:0:ABCD::1/96

    IPV6的地址为0001:0123:0000:0000:0000:ABCD:0000:0001/96,可以简写为以下哪些地址() A: 1:123:ABCD:0:1/96 B: 1:123:0:0:0:ABCD:0:1/96 C: 1:123::ABCD::1/96 D: 1:123:0:0:0:ABCD::1/96

  • 2022-05-29 问题

    IPV6的地址为0001:0123:0000:0000:0000:ABCD:0000:0001/96,以下简写形式中()是错误的。 A: 1:123:0:0:0:ABCD:0:1/96 B: 1:123:0:0:0:ABCD::1/96 C: 1:123::ABCD:0:1/96 D: 1:123::ABCD::1/96

    IPV6的地址为0001:0123:0000:0000:0000:ABCD:0000:0001/96,以下简写形式中()是错误的。 A: 1:123:0:0:0:ABCD:0:1/96 B: 1:123:0:0:0:ABCD::1/96 C: 1:123::ABCD:0:1/96 D: 1:123::ABCD::1/96

  • 2022-05-29 问题

    ThepopulationofBumptonincreasedby10%from1980to1990anddecreasedby10%from1990to2000.WhatisthenetpercentchangeinthepopulationofBumptonfrom1980to2000? A: -9% B: -1% C: +0% D: +1% E: +9%

    ThepopulationofBumptonincreasedby10%from1980to1990anddecreasedby10%from1990to2000.WhatisthenetpercentchangeinthepopulationofBumptonfrom1980to2000? A: -9% B: -1% C: +0% D: +1% E: +9%

  • 2022-05-31 问题

    以下IPv6地址()三个表示同一个IPv6地址。 A: 0001:0123:0000:0000:0000:ABCD:0000:0001/96 B: 1:123:0:0:0:ABCD:0:1/96 C: 1:123::ABCD:0:1/96 D: 1:123::ABCD::1/96

    以下IPv6地址()三个表示同一个IPv6地址。 A: 0001:0123:0000:0000:0000:ABCD:0000:0001/96 B: 1:123:0:0:0:ABCD:0:1/96 C: 1:123::ABCD:0:1/96 D: 1:123::ABCD::1/96

  • 1 2 3 4 5 6 7 8 9 10