#C01L01P05. C01.L01.程序的基本结构、cout语句.例题1.输出数字666

C01.L01.程序的基本结构、cout语句.例题1.输出数字666

题目描述

输出数字 666 。

输入格式

输出格式

666

样例


666

完成程序

#include<iostream>
using namespace std;
int main()
{
	cout<< 填空(1) ; 
	return 0;
}

填空(1):{{ input(1) }}