位数问题
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
【题目描述】
在所有的N位数中,有多少个数中有偶数个数字3?由于结果可能很大,你只需要输出这个答案对12345 取余的值。
【输入格式】
读入一个数N(N≤1000)。
【输出格式】
输出有多少个数中有偶数个数字3。
【样例数据】
2
73