-
个人简介
#include <bits/stdc++.h>using namespace std; int main(){ cout<<"你好。"<<endl; int x,y; cin>>x>>y; cout<<x+y<<endl; int d,e,f; cin>>d>>e>>f; d/3; e=e+d; f=f+d; e/3; f=f+e; d=d+e; f/3; d=d+f; e=e+f; printf("%3d%3d%3d",d,e,f); cout<<x+y<<endl; double a,b,c; cin>>a>>b; printf("%.3lf%%",c); return 0; }
-
最近活动
-
最近编写的题解
This person is lazy and didn't write any solutions.