Skip to content

Commit

Permalink
[alan] Reduce the input modulo number for powint.alan, as the Alan sp…
Browse files Browse the repository at this point in the history
…ecification states that 'int' can be a signed 16-bit integer.
  • Loading branch information
andreasstamos committed Sep 27, 2024
1 parent 94cbf66 commit d610a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alan/programs/powint.input
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
17
42
12345678
123
2 changes: 1 addition & 1 deletion alan/programs/powint.result
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4293810799
43

0 comments on commit d610a74

Please sign in to comment.