解题思路:
注意事项:
参考代码:
#include<iostream> #include<string> using namespace std; int main() { string str1,str2; cin>>str1>>str2; int ans=0; if(str1>str2) ans=1; else if(str1<str2) ans=-1; else ans=0; cout<<ans<<endl; return 0; }
0.0分
0 人评分
陶陶摘苹果 (C语言代码)浏览:1652 |
C语言程序设计教程(第三版)课后习题10.4 (C语言代码)浏览:590 |
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:729 |
十->二进制转换 (C语言代码)浏览:1330 |
A+B for Input-Output Practice (IV) (C语言代码)浏览:484 |
C语言程序设计教程(第三版)课后习题1.6 (C语言代码)浏览:574 |
出圈】指针malloc版浏览:377 |
C语言程序设计教程(第三版)课后习题3.7 (C语言代码)浏览:729 |
盐水的故事 (C语言代码)浏览:1605 |
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:748 |