关于问题 Sum X & Y, and print the result Input : 1, 2 Output : 3 Multiply X & Y, and print the result Input : 1, 2 Output : 2 Find first N prime number, and print the result Input : 4 Output : 2, 3, 5, 7 Find first N Fibonacci sequence, and print the result Input : 4 Output : 0, 1, 1, 2 基本技术测试 设计具有以下能力的解决方案: 将两个数字相加 两个数字相乘 查找前N个质数 查找第一个N斐波那契序列 先决条件 该项目的源代码是使用编写的。 运行此应用