From c5fcf7179a83ef65c86c6a4a390029149e518649 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Tue, 5 Oct 2021 21:49:54 +0200 Subject: Duzy commit ze smieciami --- Semestr 3/pf/lista2/test.cpp | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Semestr 3/pf/lista2/test.cpp (limited to 'Semestr 3/pf/lista2/test.cpp') diff --git a/Semestr 3/pf/lista2/test.cpp b/Semestr 3/pf/lista2/test.cpp deleted file mode 100644 index 59d0a45..0000000 --- a/Semestr 3/pf/lista2/test.cpp +++ /dev/null @@ -1,27 +0,0 @@ -#include - -using namespace std; -int tab[100]; -int main() -{ - int x,n,j; - for(int i=0;i<=1000;i++) - { - cin>>x; - if(x==-1) - { - break; - } - tab[x]++; - } - for(int i=0;i<=100;i++) - { - j=0; - while(j