题解 | #成绩输入输出#

成绩输入输出

https://www.nowcoder.com/practice/eb49750ef0de47168c21761de086d97c

#include <bits/stdc++.h>
using namespace std;
int main() 
{
int a,b,c;
cin>>a>>b>>c;
printf("score1=%d,score2=%d,score3=%d",a,b,c);
return 0;
 }

全部评论

相关推荐

评论
1
收藏
分享

创作者周榜

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