成绩(c语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,c,s; scanf("%d%d%d",&a,&b,&c); s=a*0…… 题解列表 2023年01月11日 0 点赞 0 评论 440 浏览 评分:9.9
3004: 成绩(c++代码) 摘要:最后的输出结果要是整型才能通过哦! ```cpp #include using namespace std; int main() { int a,b,c; cin>>a…… 题解列表 2023年01月08日 0 点赞 0 评论 332 浏览 评分:8.0
输出格式要是%f型不能是整型,%20就是float型 摘要:解题思路:输出格式要是%f型不能是整型,%20就是float型注意事项:输出单位参考代码:#include <stdio.h>int main(){int b,c,d;//a=b作业20,c小测30,…… 题解列表 2022年11月17日 0 点赞 0 评论 314 浏览 评分:8.0