摘要: 比赛链接 1001 C语言实验题――三个整数记得保留2位小数是%.2f 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main() 4 { 5 int a,b,c; 6 cin>>a>>b>>c; 7 printf("%d %d %.2 阅读全文
posted @ 2023-03-16 20:35 CRt0729 阅读(49) 评论(0) 推荐(0)