题解 | #计算表达式的值#

计算表达式的值

https://www.nowcoder.com/practice/58457d27f91043edaf95b6591bb64fd6

#include <stdio.h>

int main() 
{
    int a = 40;
    int c = 212;
    int test = (-8+22)*a-10+c/2;
    printf("%d\n",test);

    return 0;
}

全部评论

相关推荐

07-18 18:09
门头沟学院 Java
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务