列表

详情


NC215146. ComputerScienceAbilityTest

描述

Computer Science Ability Test (CSAT) aims to evaluate objectively, through unified examinations with 10 true or false questions, the abilities of testees in computer science.

Kotori is taking the test, but soon she discovers with dismay that she cannot answer even a single question. Now she presents you with these 10 questions. Can you tell her the correct answer to each question?
  1. (On linear algebra) Two vectors v_1 and v_2 are linearly dependent if there exists two scalars k_1 and k_2 such that .
  2. (On calculus) .
  3. (On discrete mathematics) .
  4. (On physics) One mole of ideal gas is expanded from V_0 to 2V_0 in a reversible adiabatic process. If the temperature of the gas decreases by 25%, the gas may be a type of monatomic gas.
  5. (On data structure) The amortized time complexity of an insert operation of a Fibonacci heap is O(1).
  6. (On approximation algorithm) If , there does not exist a polynomial-time 2-approximation algorithm for the traveling salesman problem on a complete graph, but there exists a polynomial-time -approximation algorithm for this problem.
  7. (On quantum algorithm) There exists a comparison-based quantum sorting algorithm which takes less than  steps and is better than classical algorithms.
  8. (On operating system) A system consists of 4 resources with the same type. Suppose that at most 3 processes simultaneously apply the resource and every process applies at most 2 resources, so the system is deadlock free.
  9. (On theory of computation) Let L(M) be the language that the Turing machine M accepts, then the language is recursively enumerable but not recursive.
  10. (On compiler principles) There exists a grammar which is LL(1) but not LALR(1).

输入描述

This problem has no input. You're on your own!

输出描述

Output one line containing 10 characters. The characters must be either 'T' or 'F', where 'T' means true and 'F' means false. The i-th character indicates the answer to the i-th true or false question.

示例1

输入:

(No input)

输出:

FTFTFTTFTF

原站题解

上次编辑到这里,代码来自缓存 点击恢复默认模板

PHP(7.4.7) 解法, 执行用时: 5ms, 内存消耗: 2300K, 提交时间: 2020-12-19 22:05:17

FTTFTFFTFT

上一题