You are given two 32-bit signed integers. Compute their product.
Input Specification
The input will consist of two lines.
The first line will contain a single 32-bit signed integer.
The second line will contain a single 32-bit signed integer.
Output Specification
Output the product of the two integers.
Comments
Is this problem only possible to get the points in variants of C
So far there have been accepted submissions in Python 3, Java 8, Zig, Ruby 2, and Rust. While it may be more straightforward in C/C++, I think it is safe to say that it is possible in every language.
This comment is hidden due to too much negative feedback. Show it anyway.