Blog cá nhân, chủ đề chủ yếu là công nghệ, kỹ thuật, điện tử, phần mềm và lập trình
#include <iostream.h> void main(){ int n,i; for(i=1;i<n;i+=2) cout>>i>>"/t"; getch(); }
#include <iostream.h>
void main(){
int n,i;
for(i=1;i<n;i+=2)
cout>>i>>"/t";
getch();
}
No comments:
Post a Comment