is it reverse?


Submit solution

Points: 50 (partial)
Time limit: 1.0s
Memory limit: 256M

Authors:
Problem type

題目說明

請輸入一三位數,並判斷其正向輸出與反向輸出是否相同,相同輸出true, 否則false

輸入限制: 99<輸入值<1000

輸入

三位數

輸出

true/false

sample input1

303

sample output1

true

sample input2

498

sample output2

false

Comments

There are no comments at the moment.