代码
提交代码
#include <stdio.h> int main() { int count,i; count=scanf("%d",&i); printf("Your input %d number, the number is %d\n",count,i); return 0; }
运行结果