【判断题】【消耗次数:1】
设m,n?N,(m,n)=1,则j(mn) = j(m)j(n).
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 若n是奇数,则j(4n)=j(n).
①  正确
②  错误
【单选题】 设j和k都是int类型,则for循环语句 for(j=0,k=-1;k=1;j++,k++)printf(****\n);().
①  循环结束的条件不合法
②  是无限循环
③  循环体一次也不执行
④  循环体只执行一次
【单选题】 设语句x++的时间是单位时间,则以下语句的时间复杂度为( )。 for(i=1; i<=n; i++) for(j=i; j<=n; j++) x++;
①  O(1)
②  O(n的平方)
③  O(n)
④  O(n的立方)
【判断题】 设n阶无向连通图G有m条边,则mn-1。
①  正确
②  错误
【单选题】 设无向图G(n, m)是连通图,则m的取值范围是( )。
①  m ≤n-1
②  m≥n-1
③  n-1≤m≤n(n-1)/2
④  m≥n(n-1)/2
【简答题】 计算两个整数n和m(m1000)之间所有数的和。n和m从键盘输入。例如,当n=1,m=100时,sum=5050,当n=100,m=1000时,sum=495550。 #include#includemain() { int n,m; int sum; /************found************/[填空1] printf(\nInput n,m\n scanf(%d,%d,n, while( n=m ) { /************found************/[填空2] n++; } printf(sum=%d \n,sum); }
【判断题】 “军jūn”和“吨dūn”的韵母相同。
①  正确
②  错误
【单选题】 设G是 n(n≥3)阶m 条边的简单平面图,则下列哪个公式是正确的:
①  m - n + r = 2;
②  m ≤ 2n - 4;
③  m ≤ 3n - 6;
④  m ≤ 4n - 8。
【单选题】 设:inta=1,b=2,c=3,d=4,m=2,n=2;执行(m=a>b)&&(n=c>d)后n的值为()。
①  1
②  2
③  3
④  4
【单选题】 在下面循环语句中内层循环体S语句的执行次数为( )。 for(int i=0;i<n;i++) for(int j=i;j<n;j++)S;
①  n2
②  (n+1)/2
③  n(n-1)/2
④  n(n+1)/2
随机题目
【单选题】 I was stunned by the news, and my initial __________ was anger.
①  impression
②  reaction
③  comment
④  other
【单选题】 Do you mind telling me where you’re from?
①  Certainly. I’m from London
②  Sure. I was born in London
③  Not really, you can do it
④  Certainly not. I’m from London
【单选题】 It was not until she had arrived home __________ remembered her appointment with the doctor.
①  when she
②  that she
③  and she
④  she
【单选题】 If only he __________ what I tell him, but he won’t.
①  had done
②  would do
③  would have done
④  has done
【单选题】 I am very grateful to you for what you’ve given me and __________ you have done for me.
①  which
②  that
③  all what
④  all that
【单选题】 Did Tom tell you to water the flowers?
①  No. And so did I
②  No. And neither did I
③  He did And so I did
④  He did And so do I
【单选题】 I __________ an interesting news item in yesterday’s Times.
①  came across
②  came up
③  came to
④  came over
【单选题】 Many Americans worry about leisure and hurry from one activity to the next, __________ little time to stop and think.
①  leave
②  leaving
③  left
④  to leave
【单选题】 Sorry to interrupt, but can you give me another copy of the handout?
①  No, of course not
②  Certainly
③  I’m sorry to hear that
④  By no means, but it’s impossible
【判断题】 ∫1/1+x^2 dx=arctanx
①  正确
②  错误