#include<stdio.h> int main() { float N; printf("请输入一个数值"); scanf("%d",&N); if(N<=9999) printf("%c"N); else printf("error"); }是这个意思吗?