Skip to content

【WIP】Challenge AtCoder Programming Guide for beginners

Notifications You must be signed in to change notification settings

aocattleya/APG4b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

キーポイント

  • #include <bits/stdc++.h>とusing namespace std;はとりあえず毎回最初に書く
  • C++のプログラムはmain関数から始まる
  • cout << "文字列" << endl;で文字列を出力できる
  • //や/* */でコメントを書ける

About

【WIP】Challenge AtCoder Programming Guide for beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages