Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kohta9521/cpp_competitive_programming_practice

競技プログラミングのための勉強内容・コンテスト保管場所。1日1問題/就活時のコードテスト対策。42Tokyo 主にAtCoderとLeetCode。
https://github.com/kohta9521/cpp_competitive_programming_practice

42tokyo atcoder clang competitive-programming competitive-programming-contests cpp

Last synced: about 11 hours ago
JSON representation

競技プログラミングのための勉強内容・コンテスト保管場所。1日1問題/就活時のコードテスト対策。42Tokyo 主にAtCoderとLeetCode。

Awesome Lists containing this project

README

        

# C-language-practice

# run c
### gcc test.c -o test && ./test

# run c++
### g++ -o test test.cpp && ./test