你QQ多少。可以交个朋友么。我很喜欢编程。不过是菜鸟一个。你是哪个班的?
2005-04-02 20:02
2005-04-02 20:03
2005-04-02 20:14
2005-04-02 20:15
2005-04-02 20:20
2005-04-02 20:30

2005-04-02 20:31
2005-04-02 20:33
2005-04-02 20:34
#include <stdio.h> #include <conio.h>
int main() { double amount=100.0; register int i,j; for(i=1;amount<=2*100.0;amount*=1+0.11,j=i++); printf("%d year(s).\n",j); getch(); return 1; }

2005-04-02 20:37