使用c++写一个快速读取输入的数据的代码

#include<stdio.h> int main(){ int n; printf("请输入要读取的数据:"); scanf("%d",&n); printf("您输入的数据是:%d",n); return 0; }

猜你喜欢

转载自blog.csdn.net/weixin_35752233/article/details/129510670
今日推荐