C++によるプログラミング coutを使った出力 #include <iostream> using namespace std; int main() { cout <<“hello” << endl; cout << “hello ” << endl; } C++によるプログラミング入門2coutを使った出力 http://www.asahi-net.or.jp/~yf8k-kbys/newcpp2.html 投稿者: chosuke 趣味はゲームやアニメや漫画などです chosuke のすべての投稿を表示