Skip to content

Commit 3d43526

Browse files
[alan] Reduce the input modulo number for powint.alan (#40)
The Alan specification says that ints are 16-bits signed.
1 parent 94cbf66 commit 3d43526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alan/programs/powint.input

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
17
22
42
3-
12345678
3+
123

alan/programs/powint.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4293810799
1+
43

0 commit comments

Comments
 (0)