实现一个函数myfun,
通过下列测试
A = myfun()
assert(isequal([A,A],A+A))
评价标准:
  1. 通过测试
  2. 雷同者只记录第一个提交正确结果者