atcoder#ABC269A. [ABC269A] Anyway Takahashi
[ABC269A] Anyway Takahashi
Score : points
Problem Statement
You are given integers , , , and . Print two lines as follows.
The first line should contain the result of calculating as an integer.
The second line should contain Takahashi
, regardless of the input.
Constraints
- , , , and are integers.
Input
The input is given from Standard Input in the following format:
Output
Print two lines according to the Problem Statement.
1 2 5 3
6
Takahashi
We have , so the first line should contain .
The second line should contain Takahashi
. Lowercasing the first character or incorrect spelling will not be accepted, so be careful.
10 -20 30 -40
-700
Takahashi
The input or output may contain negative numbers.
100 100 100 -100
40000
Takahashi