0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

C++ 標準ライブラリまとめ

Posted at

入出力

出力

coutを使用する
cout以降に<<を用いて出力したいものを書く
数字や変数はそのまま書けるが文字列は""で囲うこと
行替えの場合はendlを使用することができる

出力例
cout << Sum << 777 << "Banana" << endl;

使用サイト

APG4b 1.00-1.01


ちょっとずつ更新します

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?