#include<iostream>using namespace std;void main(){ int i,j,n=0; int a={0}; for(i=100;i<1000;i++) { for(j=2;j<i;j++) ...
阅读全文
2011
01-09