Loading...
アイコン

えびまラボ

チャンネル登録者数 3.06万人

8.2万 回視聴 ・ 2666いいね ・ 2023/11/02

I will thoroughly demonstrate how to set up a competitive programming (CP) environment for beginners.
I will install VSCode, WSL (Ubuntu), and the AtCoder Library on a fresh Windows 11,
execute and debug Python and C++ code, and introduce UNIX commands as needed.

Next: What is brute force? What does it mean to solve a problem? (Tentative, Early this month?)
Previous:    • 競技プログラミングの始め方【ゆっくり解説】  
Playlist:    • 競プロ初心者へ / For CP Beginners  

Links
C++ on Mac (Japanese): qiita.com/EvtHorizonCoder/items/145724e16c1b57ab64…
VSCode Download: code.visualstudio.com/download
VSCode Official Tutorial (C++ and WSL): code.visualstudio.com/docs/cpp/config-wsl
GitHub Copilot: docs.github.com/copilot/getting-started-with-githu…
AtCoder Sample Problems: atcoder.jp/contests/practice
AtCoder Library: github.com/atcoder/ac-library
AtCoder Library Sample Problem Code: atcoder.github.io/ac-library/master/document_en/ds…

Main Commands
wsl --install
sudo apt-get update
sudo apt-get install build-essential gdb python-is-python3

Content to add to ~/.bashrc
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:Library location
ulimit -s unlimited

(English subtitle available.)

0:00 Introduction
0:31 Installing VSCode
2:26 GitHub Copilot
2:44 Installing WSL
3:48 Installing Ubuntu
4:44 Preparations after installing Ubuntu
6:44 Executing/Debugging Python
9:16 Submitting from WSL
10:09 Installing AtCoder Library
11:24 Executing/Debugging C++
15:29 What's next?

X (Former Twitter): twitter.com/evima0

コメント

コメントを取得中...

コントロール
設定

使用したサーバー: wakameme