From 388d5db3205fe3cc84c72b190ea2bd1041521884 Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Wed, 22 Jan 2025 18:49:41 +0000 Subject: [PATCH] Delete lotto.cpp --- lotto.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 lotto.cpp diff --git a/lotto.cpp b/lotto.cpp deleted file mode 100644 index 86b17d2..0000000 --- a/lotto.cpp +++ /dev/null @@ -1,31 +0,0 @@ -#include -using namespace std; -int main() -{ - - int a[] = {5, 3, 2, 2, 9, 1}; - int i,dl,n; - dl=sizeof(a)/sizeof(a[0]); - for(i=0;i null"); - return 0; -} -