タイトル: coutによるコンソール出力
SEOタイトル: 【C++】coutによるコンソール出力
実装例
|
#include <iostream> using namespace std; int main(void){ int a = 2; |
出力結果
|
1 |