【简答题】当输入是54321时,写出下面程序的执行结果。 def main(): num = input(“请输入一个整数:”) while num != 0: print num % 10 num = num / 10 main()
【简答题】写出下面程序的执行结果 #include main() { int i sum=0; for(i=2;i<=20; i+2) s+=i; printf("%d",sum); }
【简答题】It left because it _______ the organization as __________ , corrupt and used to advance Soviet interests.