请问一下while(scanf("first=%d second=%d third=%d",&a,&b,&c)!=EOF);
getchar();
这个输入怎么搞
可以用这个将一些数输入数组吗
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已结题
请问一下while(scanf("first=%d second=%d third=%d",&a,&b,&c)!=EOF);getchar();这个输入怎么搞
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
0条回答 默认 最新
报告相同问题?
提交
- 2021-05-17 21:53weixin_39923623的博客 if (y<0) z=0; else z-=1; printf(\ }A) 8 B) 1 C) 9 D) 0 54、运行下面程序时,若从键盘输入\则程序的输出结果是_____B___. #include void main( ) { int a ;scanf(\if (a++>5)printf(...
- 2017-02-25 18:58一念执着_的博客 A题简单水题 找下规律,当时读题比较久,没理解什么意思。 B题, B. Game of Credit Cards time limit per test 2 seconds memory limit per test 256 megabytes input standard input output ...
- 2023-05-16 15:25cherry tomato的博客 C语言小测试题目-选择题
- 2021-03-16 13:31黄恒乐的博客 c语言编程问题: printf("%4d",a[i][j]);里面的数字4是起什么作用的?以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!c语言编程问题: printf("%4d",a[i...
- 2020-03-28 21:30道知极限编程的博客 1. C语言简介 2. 开发环境搭建 3. Hello World #include <stdio.h> int main(int argc, char* argv[]) { printf("Hello World xxxx!!\n"); return 0; } 4. 程序的基本组成 数据类型及整数 浮点类型...
- 2025-09-23 21:28算法大师的博客 华为OD机考双机位A卷 - 比赛的冠亚季军(OD上机考试双机位A卷)。提供在线OJ刷题。Java、C++、Python、GO语言、C语言、JavaScript题解,并提供完整思路讲解。
- 2016-08-31 17:11forwiat的博客 A. Vanya and Cubes time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Vanya got n cubes. He decided to build a pyramid fr
- 2019-08-18 14:17jjkqjj的博客 文章目录1、C语言控制语句2、printf()格式字符3、格式字符 1、C语言控制语句 2、printf()格式字符 3、格式字符
- 2017-09-19 14:13qq_37383726的博客 A I’m bored with life time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Holidays have finished. Thanks to the help of the hacker Leha, No...
- 2017-08-01 02:03VampireWeekend的博客 A. Key races time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Two boys decided to compete in text typing on t
- 2025-07-30 06:25无限码力的博客 华为OD机试双机位C卷 比赛的冠亚季军,提供C语言、Java、C++、Python、Go、JavaScript源码实现,并提供完整思路讲解。华为OD机试 - 比赛的冠亚季军。
- 2021-02-05 11:07Scean周的博客 C语言基础题目汇总 #include<stdio.h> void main() { printf("********************\n"); printf(" Very good!... printf("********************\n");... scanf("%d %d %d", &a, &b, &c); i
- 2017-07-15 10:14VampireWeekend的博客 A. Unimodal Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Array of integers is unimodal, if: it
- 2021-01-20 11:29lq mm的博客 2)(A~C题解) ——南昌理工学院ACM集训队 题目链接:https://codeforces.ml/contest/1474 A. Puzzle From the Future In the 2022 year, Mike found two binary integers a and b of length n (both of them are ...
- 2021-05-18 09:36BugHunter666的博客 C语言考试试题及答案没有风浪,便没有勇敢的弄潮儿;没有荆棘,也没有不屈的开拓者。 以下是小编为大家搜索整理了C语言考试试题及答案,希望能给大家带来帮助!更多精彩内容请及时关注我们应届毕业生考试网!1、下面...
- 2016-05-21 22:26CrossDolphin的博客 A. Infinite Sequence time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Vasya likes everything infinite. Now he is studying t
- 没有解决我的问题, 去提问