本文介绍了for(int i1 = 0,i2 = 0; i1< n1&& i2< n2; i1 + = 2,i2 + = 4)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Jak zapisa? pêtlêfor,aby po ka?dej iteracji zmiennai1zwiêksza3asiêo2,

a i2 o 4.

$ b $bDziêki

Jak zapisa? pêtlê for, aby po ka?dej iteracji zmienna i1 zwiêksza3a siê o 2,
a i2 o 4.

Dziêki

推荐答案





我的波兰人生锈了。请尝试新闻:pl.comp.lang.c


谢谢。

-

Emmanuel

C-FAQ:

C库:


"它已被指定。但任何编写这样代码的人都应该将这些代码转化为蚯蚓并喂给鸭子。 - Chris Dollin CLC



My Polish is rusty. Please try news:pl.comp.lang.c

Thanks.
--
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"It''s specified. But anyone who writes code like that should be
transmogrified into earthworms and fed to ducks." -- Chris Dollin CLC





请将您的代码放在正文中。我无法阅读主题专栏(太多

小字符)。


-

Emmanuel

C-FAQ:

C库:


" Mal nommer les choses c' 'est ajouter du malheur au

monde。" - Albert Camus。



Please place your code in the body. I can''t read the subject line (too
small characters).

--
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"Mal nommer les choses c''est ajouter du malheur au
monde." -- Albert Camus.


这篇关于for(int i1 = 0,i2 = 0; i1< n1&& i2< n2; i1 + = 2,i2 + = 4)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 17:17