Jump to content

vladimirkim

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by vladimirkim

  1. Hi, today for the first time since last 2 months I opened codeblocks and started programming simple things

     

    #include <iostream>

    using namespace std;

    int main()

    {
        int dfgdfgdfgfd;
        return 0;
    }

     

     

     

    #include <iostream>

    using namespace std;

    int main()

    {
        int num;
        cin >> num;
        int suma=1;

        for (int i=1; i<=num; i++)

        {
            suma = suma*i;
        }

        cout << suma << endl;

        return 0;
    }

     

     

     

    And it's considered as Kryptik.FANZ, even old files that I used like 5months ago (even with ESET Smart) now are removed.

×
×
  • Create New...