当前位置: 首页 > 知识库问答 >
问题:

代码不起作用?它给了我错误,我无法解决[关闭]

赵炯
2023-03-14

这段代码给了我一个错误:在'void'void num(int a)plz explain之前需要初始化器

#include<iostream>
using namespace std;
int main()

void num(int a)
{
    if(a%2==0)
    cout<<"EVEN";
    else
    cout<<"ODD";
}

{
    int n;
    cout<<"Enter a number: ";
    cin>>n;
    
    cout<<"The numher is : "<<num(n);
}

共有1个答案

米裕
2023-03-14

您将int main()行放错了位置。虽然main()是一个特殊函数,但您可以像编写其他函数一样编写它。

#include<iostream>
using namespace std;
// int main()  // Wrong spot

void num(int a)
{
    // Use proper style
    if(a%2==0)
        cout<<"EVEN";
    else
        cout<<"ODD";
}

int main()
{
    int n;
    cout << "Enter a number: ";
    cin >> n;
    
    cout << "The numher is : " << num(n);
}
 类似资料:
  • 这是错误: 运行: Mon Mar25 05:22:00SGT 2019警告:不建议在没有服务器身份验证的情况下建立SSL连接。根据MySQL5.5.45 , 5.6.26和5.7.6要求,如果没有设置显式选项,默认情况下必须建立SSL连接。为了符合不使用SSL的现有应用程序的要求,验证服务器证书属性设置为'false'。您需要通过设置useSSL=false来显式禁用SSL,或者设置useSSL

  • 当我尝试编译时,这段代码给出了错误?

  • 我试图使java编译类文件,但它抛出了一个错误,如何修复它。

  • 所以我现在在谷歌表格脚本编辑器中有这个代码。我想做的是设置一个函数,当特定的编辑发生在指定的列中时,它会向发生编辑的行中相邻单元格中的电子邮件地址发送电子邮件。 但我一直遇到这样的错误:TypeError:sheet。getRange(…)。getvalue不是函数(第4行,文件“代码”) 以下是我目前掌握的代码: ,,,

  • https://maven.apache.org/xsd/maven-4.0.0.xsd“>4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.6.release com.bookstore bookstore 0.0.1-snapshot bookstore这是我的项目的描述。 http://localhost:8081/M

  • 我试图在页面上显示,但它给出了一个错误500。我所有的代码似乎都在数据库和平台上运行。 它在错误日志中给出此错误: [错误]42094#0:*233568 FastCGI在标准中发送:“PHP消息:PHP通知:未定义索引:id位于/var/www/../../../../../../../classes/pageuser.class.PHP第519行 在第页用户。班php: 关于loan.clas