摘要: #include <iostream> #include <stack> using namespace std; long long tmp1,tmp2,tmp3; int main() { stack<long long>a; char ch; cin>>ch; while(ch!='@'){/ 阅读全文
posted @ 2023-04-19 21:16 lijunjie03 阅读(47) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> using namespace std; int sum[50000]; int main() { string a,b; long long x,y; cin>>a>>b; int jug=0,pd=0; if((a < 阅读全文
posted @ 2023-04-19 21:07 lijunjie03 阅读(16) 评论(0) 推荐(0)
摘要: // // main.cpp // w1-4 求两个正整数的乘积 // // Created by 李俊杰 on 2023/2/21. // #include <iostream> #include <string.h> using namespace std; int main() { char 阅读全文
posted @ 2023-04-19 20:57 lijunjie03 阅读(39) 评论(0) 推荐(0)