#include "stdio.h"int main(void){int a=100,b=100;for(int n=1;a>=b;n++)//我把它放在这里就通不过,提示未定义。但是我把它拿出来,放在上面一行,就可以,这是为什么。还有我用的是codeblocks还有我这个//的用法对不对?{b=(100*1.05)*n;a=100+100*0.1*n;}printf("The cost is a is %d and b is %d and n is %d",a,b,n);return 0;}
- 2 回答
- 0 关注
- 146 浏览
添加回答
举报
0/150
提交
取消