Update example84.cpp

This commit is contained in:
insideoutclub
2017-03-04 07:15:46 -08:00
committed by GitHub
parent a4753e2401
commit 5fa28071b4

View File

@@ -16,7 +16,7 @@ using safe_t = safe_signed_range<
trap_exception
>;
// define variables use for input
// define variables used for input
using input_safe_t = safe_signed_range<
-24,
82,