比如#include<stdio.h>int main( void ){ int i; for ( i = 1; i<=300; i++ ) { printf( "%d\n", i ); } return 0;}结果是 只显示...
阅读全文
2009
05-25