package
0.0.0-20240711210612-0a82198f5a7f
Repository: https://github.com/ltmleo/golang.git
Documentation: pkg.go.dev
# README
Extremely Basic
Read 2 variables, named A and B and make the sum of these two variables, assigning its result to the variable X. Print X as shown below. Print endline after the result otherwise you will get “Presentation Error”.
Input
The input file will contain 2 integer numbers.
Output
Print the letter X (uppercase) with a blank space before and after the equal signal followed by the value of X, according to the following example.
Obs.: don't forget the endline after all.
Samples Input Samples Output 10 X = 19 9
-10 X = -6 4
15 X = 8 -7
PROBLEM: 1001 - Extremely Basic ANSWER: Accepted LANGUAGE: Go (go 1.8.1) [+2s] RUNTIME: 0.241s FILE SIZE: 323 Bytes MEMORY:
SUBMISSION: 8/12/21, 9:06:47 AM