update test files and prepare the release of v5.0

This commit is contained in:
Valk Richard Li
2021-03-07 16:33:43 +08:00
parent f60f674845
commit c4e6a89959
5 changed files with 123 additions and 2 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import("lib.nas");
var s=io.fin(input());
s=split('',s);
var s=split('',io.fin(input()));
var len=size(s);
var ptr=0;