在C中读取整数数组

发布于 2024-10-18 10:38:26 字数 133 浏览 3 评论 0原文

我需要帮助从 C 中的 stdin 读取类似这样的内容: 它是由空格分隔的整数数组,如下所示 32 342 354 231 34.... 所以我需要将每个数字读入整数数组中,并且我有数字的数量。

希望有人能帮忙, 真挚地, 斯特凡·哈科

I need a help with reading from stdin in C something like this:
It is array of ints separated by space like this 32 342 354 231 34.... so I need to read every number into array of ints and I have the number of numbers.

Hope that someone can help,
Sincerely,
Stefan Hacko

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

来世叙缘 2024-10-25 10:38:26

你知道你需要读取多少个整数吗?尝试 scanf 函数。

Do you know how many ints you need to read? Try the scanf function.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文