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; -} -