5 lines
96 B
Text
5 lines
96 B
Text
Def Range(X%)=Abs(X%)<=1000
|
|
Do {
|
|
Input A%, B%
|
|
} Until Range(A%) And Range(B%)
|
|
Print A%+B%
|