Skip to content

Commit 18c944d

Browse files
committed
[fix](mips): change input format
1 parent e7b5693 commit 18c944d

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

testcases/fibo.input

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
5
2-
1
3-
3
4-
5
5-
7
6-
9
1+
5 1 3 5 7 9

testcases/newton.input

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
5
2-
0.00001
3-
2 3 4 5 7
1+
5 0.00001 2 3 4 5 7

testcases/sum.input

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
10
2-
1 2 3 4 5 6 7 8 9 10
1+
10 1 2 3 4 5 6 7 8 9 10

0 commit comments

Comments
 (0)