假设输入总是合法的(一个整数和一个不含空白字符的字符串,用空格隔开),完成下面的判断题和单选题:
0 of 6 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 6 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
1、程序总是先输出 一行 一个整数,再输出 一行 一个字符串。( )
2、对于任意不含空白字符的字符串 str1
,先执行程序输入0 str1
,得到输出的第二行记为 str2
再执行程序输入1 str2
,输出的第二行必为 str1
。( )
3、当输入为1 SGVsbG93b3JsZA==
时,输出的第二行为HelloWorld
。( )
4、设输入字符串长度为n,encode
函数的时间复杂度为( )。
5、输出的第一行为( )。
6、当输入为 0 CSP2021csp
时,输出的第二行为( )。