RSA公钥密码体制是由()共同提出来的。
A.Rivest
B.Shamir
C.Shannon
D.Adleman
参考答案:A, B, D
I have no idea _______ they will pass the final exam.
A.that
B.when
C.why
D.whether
若执行下面的程序时,从键盘上输入5和2,则输出结果是 #include<iostream.h> void main() { inta,b,k; cin>>a>>b; k=a; if(a<b) k=a%b; else k=b%a; cout<<k<<endl;}
A.5
B.3
C.2
D.0