#include <iostream> using namespace std; void main ( ) { for (int i = 0; i < 15; i++) cout << i * i << " "<<endl; system("pause"); }
0 التعليقات: