Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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。
- Host: GitHub
- URL: https://github.com/kohta9521/cpp_competitive_programming_practice
- Owner: kohta9521
- Created: 2022-09-07T07:03:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:56:37.000Z (4 months ago)
- Last Synced: 2024-07-12T10:09:30.631Z (4 months ago)
- Topics: 42tokyo, atcoder, clang, competitive-programming, competitive-programming-contests, cpp
- Language: C
- Homepage:
- Size: 487 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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