Skip to content
Snippets Groups Projects

Starter for sports programming

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Michael Tropin

    Starter for sports programming

    Edited
    main.cpp 153 B
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
        ios_base::sync_with_stdio(false);
        cin.tie(0);
        
        /* ========= code =========  */
    
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment