怎么在C++上写一段简单输出程序(使用上If语句)?
4个回答
展开全部
#include<iostream>
using std::cout;
using std::endl;
void main()
{
int i=1;
cout<<i<<endl;
return;
}
//百度知道编辑框中居然不支持使用cout输出字符串,BS一下
using std::cout;
using std::endl;
void main()
{
int i=1;
cout<<i<<endl;
return;
}
//百度知道编辑框中居然不支持使用cout输出字符串,BS一下
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#include<iostream>
using namespace std;
void main()
{
int x=1;
if(x>0)
{
cout<<"hello world!"<<endl;
}
}
using namespace std;
void main()
{
int x=1;
if(x>0)
{
cout<<"hello world!"<<endl;
}
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#include<stdio.h>
#include<stdlib.h>
void main(void)
{
int x=rand()%50,y=rand()%50;
if(x<0)
{
y=x;
printf(
#include<stdlib.h>
void main(void)
{
int x=rand()%50,y=rand()%50;
if(x<0)
{
y=x;
printf(
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#include<stdio.h>
void main()
{int a=2
if(a>1)
printf("HelloWorld");
}
void main()
{int a=2
if(a>1)
printf("HelloWorld");
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询