FE Okadoc RN 源码
关于问题 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斐波那契序列 先决条件 该项目的源代码是使用编写的。 运行此应用
文件列表
FE-Okadoc-RN
(预估有个108文件)
.gitignore
813B
.flowconfig
1KB
helper.js.html
8KB
prettify.css
676B
base.css
5KB
helper.js.html
10KB
App.js.html
12KB
helper.js.html
8KB
App.js.html
16KB
.buckconfig
114B
暂无评论