#include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { int k; printf("Program do wyswietlania macierzy jednostkowej o bokach równych n gdzie n podaje użytkownik"); printf("Jak dużą chcesz miec macierz? podaj za posrednictwem liczby..."); scanf("%d",&k); return 0; }
Nie bardzo wiem jak to ugryźć....