|
1 | | -# likespro - competitive-template |
| 1 | +<p align="center"> |
| 2 | + <img width="100px" src="https://github.com/likespro.png" align="center" alt="Competitive Template" /> |
| 3 | + <h2 align="center">likespro - Competitve Template</h2> |
| 4 | + <p align="center">Template for programming competitions used by likespro. Written in C++.</p> |
| 5 | +</p> |
| 6 | +<p align="center"> |
| 7 | + <a href="https://github.com/anuraghazra/github-readme-stats/actions"> |
| 8 | + <img alt="Build Passing" src="https://github.com/likespro/competitive-template/workflows/C/C++ CI/badge.svg" /> |
| 9 | + </a> |
| 10 | + <a href="https://github.com/anuraghazra/github-readme-stats/graphs/contributors"> |
| 11 | + <img alt="GitHub Contributors" src="https://img.shields.io/github/contributors/likespro/competitive-template" /> |
| 12 | + </a> |
| 13 | + <a href="https://github.com/anuraghazra/github-readme-stats/issues"> |
| 14 | + <img alt="Issues" src="https://img.shields.io/github/issues/likespro/competitive-template?color=0088ff" /> |
| 15 | + </a> |
| 16 | + <a href="https://github.com/anuraghazra/github-readme-stats/pulls"> |
| 17 | + <img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/likespro/competitive-template?color=0088ff" /> |
| 18 | + </a> |
| 19 | + </p> |
| 20 | +<p align="center"> |
| 21 | + <a href="https://sonarcloud.io/summary/new_code?id=likespro_competitive-template"> |
| 22 | + <img alt="Code Lines" src="https://sonarcloud.io/api/project_badges/measure?project=likespro_competitive-template&metric=ncloc" /> |
| 23 | + </a> |
| 24 | + <a href="https://sonarcloud.io/summary/new_code?id=likespro_competitive-template"> |
| 25 | + <img alt="Quality Rate" src="https://sonarcloud.io/api/project_badges/measure?project=likespro_competitive-template&metric=alert_status" /> |
| 26 | + </a> |
| 27 | + <a href="https://sonarcloud.io/summary/new_code?id=likespro_competitive-template"> |
| 28 | + <img alt="Bugs" src="https://sonarcloud.io/api/project_badges/measure?project=likespro_competitive-template&metric=bugs" /> |
| 29 | + </a> |
| 30 | + <a href="https://sonarcloud.io/summary/new_code?id=likespro_competitive-template"> |
| 31 | + <img alt="Technical Debt" src="https://sonarcloud.io/api/project_badges/measure?project=likespro_competitive-template&metric=sqale_index" /> |
| 32 | + </a> |
| 33 | + <a href="https://sonarcloud.io/summary/new_code?id=likespro_competitive-template"> |
| 34 | + <img alt="Maintability" src="https://sonarcloud.io/api/project_badges/measure?project=likespro_competitive-template&metric=sqale_rating" /> |
| 35 | + </a> |
| 36 | + </p> |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +## Overview |
2 | 43 | A C++ template that likespro uses for competitions such as CodeForces, ICPC, etc. |
3 | 44 |
|
4 | 45 | The main goal of this template is to be very powerful and convenient. |
5 | 46 |
|
6 | 47 | The IDE where competitive-template is developing - Microsoft Visual Studio 2022 Community Edition. |
7 | 48 |
|
8 | | -# How to use it |
| 49 | +## How to use it |
9 | 50 | Just copy & paste content of "likespro.eth - UNIVERSAL/likespro.eth - UNIVERSAL.cpp" to your empty program. Or simply download repo and start coding in this project. |
10 | 51 |
|
11 | | -# Why project name in VS is "likespro.eth - UNIVERSAL" |
| 52 | +## Why project name in VS is "likespro.eth - UNIVERSAL" |
12 | 53 | This is because the file where likespro code all solutions is called so; template is extracted from the file with solutions. |
13 | 54 |
|
14 | | -# I want to view raw file with some tasks solutions |
| 55 | +## I want to view raw file with some tasks solutions |
15 | 56 | Raw file with no extracted solutions is in "tasks-solutions" branch. But I really wonder why do you need it... |
0 commit comments