#hsmn. 程序打卡 模拟题
程序打卡 模拟题
以下程序输出的结果是
#include <iostream>
using namespace std;
int main()
{
int a,b,c;
a=4;
b=5;
c=a+b;
cout<<"c="<<c;
return 0;
}
注意:填写内容里不要加空格!!!
{{ input(1) }}
相关
在下列比赛中:
#include <iostream>
using namespace std;
int main()
{
int a,b,c;
a=4;
b=5;
c=a+b;
cout<<"c="<<c;
return 0;
}
在下列比赛中: