JakubKaczmarek_123

zadanie 7

Feb 19th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4. #include <math.h>
  5. using namespace std;
  6. int tablica[10];
  7. int main(){
  8. for (int i = 0; i < 10; i++) tablica[i] = pow(i,2);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment