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 4/aisd/themis/AISDDEBIUT21.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Semestr 4/aisd/themis/AISDDEBIUT21.cpp (limited to 'Semestr 4/aisd/themis/AISDDEBIUT21.cpp') diff --git a/Semestr 4/aisd/themis/AISDDEBIUT21.cpp b/Semestr 4/aisd/themis/AISDDEBIUT21.cpp deleted file mode 100644 index 3666d69..0000000 --- a/Semestr 4/aisd/themis/AISDDEBIUT21.cpp +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Autor: Franciszek Malinka - * Numer indeksu: 316093 - * ProwadzÄ…cy: WJA - */ - -#include -using namespace std; - -int main() -{ - ios_base::sync_with_stdio(false); - cin.tie(); - int a, b; - cin >> a >> b; - for (int i = a; i <= b; i++) - { - if (i % 2021 == 0) - { - cout << i << " "; - } - } - cout << "\n"; -} \ No newline at end of file -- cgit v1.2.3