Add zero
Statement
The goal of this clash is to add zero to the given integer.
Thanks to JBM for the idea.
Input description
An integer [[n]].
Output description
The integer [[n]]. The result of [[n]]+0 in natural numbers.
Constraints
0<[[n]]<=100
There exists code for this in 2 chars.
Game modes
Shortest
Test cases
Easy one Test
Input
1
Output
1
Validator 1 Validator
Input
3
Output
3
Easy too Test
Input
2
Output
2
Validator 2 Validator
Input
4
Output
4
Easy again Test
Input
5
Output
5
Validator 3 Validator
Input
7
Output
7
Finally easy Test
Input
6
Output
6
Validator 4 Validator
Input
8
Output
8
Large composite Test
Input
87
Output
87
Validator 5 Validator
Input
98
Output
98
Solution language
Solution
Stub generator input