dfsdf

#include <stdio.h>
#include <stdlib.h>
// max是函数的名字,i和j是形式参数,简称形参,void表示函数没有返回值
void  max(int i, int j)
{
    if (i > j)
        printf("%d\n", i);
    else
        printf("%d\n", j);
}

int main()
{
    int a, b, c, d, e, f;

    a = 1, b = 2, c = 3, d = 9, e = -5, f = 100;
    max(a, b);
    max(c, d);
    max(e, f);
/*
    if(a > b)
        printf("%d\n", a);
    else
        printf("%d\n", b);

    if(c > d)
        printf("%d\n", c);
    else
        printf("%d\n", d);

    if(e > f)
        printf("%d\n", e);
    else
        printf("%d\n", f);
 */
    return 0;
}
/* 输出结果:
    2
    9
    100
*


dfghfghdf

fggfdgdfhdf




ffbgffgcghmmhcmh

[INFO] Scanning for projects... Downloading from aliyunmaven: https://maven.aliyun.com/repository/public/org/springframework/boot/spring-boot-starter-parent/3.2.10/spring-boot-starter-parent-3.2.10.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.example:dfsdf:0.0.1-SNAPSHOT: The following artifacts could not be resolved: org.springframework.boot:spring-boot-starter-parent:pom:3.2.10 (absent): Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:3.2.10 from/to aliyunmaven (https://maven.aliyun.com/repository/public): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty and 'parent.relativePath' points at no local POM @ line 8, column 13 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.example:dfsdf:0.0.1-SNAPSHOT (E:\java代码\dfsdf\pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.example:dfsdf:0.0.1-SNAPSHOT: The following artifacts could not be resolved: org.springframework.boot:spring-boot-starter-parent:pom:3.2.10 (absent): Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:3.2.10 from/to aliyunmaven (https://maven.aliyun.com/repository/public): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty and 'parent.relativePath' points at no local POM @ line 8, column 13 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
06-20
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值