摘要:
#include using namespace std; #define ll long long string turn(string s) { reverse(s.begin(),s.end()); return s; } string add(string a,string b) { string c = a; int m = 0; for(in... 阅读全文
摘要:
#include using namespace std; int main(){ int n; cin>>n; getchar(); for(int i=0;i=6){ int a=0,b=0,c=0; for(int j=0;j<s.length();j++){ if(s[j]... 阅读全文
摘要:
#include using namespace std; int main() { int n; scanf("%d",&n); char maxn[5],minn[5],m[5]; int max1=-1,min1=100010,x,y; while(n--) { cin>>m>>x>>y; if(sqrt(x... 阅读全文