热门

最新

红包

立Flag

投票

同城

我的

发布
m0_71959924
m0_71959924
4 年前
truem0_71959924

码云,提交代码三板斧
add commit push

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
#include <stdio.h> main(){ int x, y, m; printf("please input x and y\n"); scanf("%d%d", &x, &y); m = x * y; printf("%d*%d=%d\n", x, y, m);}初次运行失败,提示C6031:返回值被忽略“scanf”,后查找解决办法来自以下链接,三种方法都可以https://blog.csdn.net/weixin_42417585/article/details/104859754
立即登录