注册 登录
编程论坛 C语言论坛

c语言如何用字符数组存超大的数

xiaohuo66 发布于 2020-11-07 10:37, 1132 次点击
Problem Description
Given a big positive number x, please judge if it is odd.  
Input
Multi testcases.
For each testcase, a positive number x(1 <= x <= 1e20000) in a line.
Output
For each testcase, print "ODD" if it is odd, or print "EVEN"  
Sample Input
5
6
7
8

Sample Output
ODD
EVEN
ODD
EVEN
2 回复
#2
xiaohuo662020-11-07 11:05
strlen如何使用
#3
xiaohuo662020-11-07 11:10
我会了 不用解答了
1