- 龙凤苑中学基础班练习赛
。
- @ 2025-12-23 17:54:29
#include<bits/stdc++.h> using namespace std; int main(){ int v=5,v1=8,d=100; double de,ans; de=v1-v; ans=d/de; cout<<ans<<endl; return 0; } #include<bits/stdc++.h> using namespace std; int main(){ cout<<"13"<<endl<<"R"; return 0; } #include<bits/stdc++.h> using namespace std; int main(){ cout<<16; return 0; } #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a*b; return 0; }
0 comments
No comments so far...