#include <bits/stdc++.h> using namespace std; typedef long long LL; int main() {     int a,b;     scanf("%d%d",&a,&b);     bool t=false;     int ans = a+b;     if(ans<0)         t=true;         ans = abs(ans);     stringstream str;     str<<ans;     string s = str.str();     int len = s.length();     reverse(s.begin(),s.end());     int counts = 0;     string _ws;     for(int i=0;i<len;i++)     {         _ws.push_back(s[i]);         counts++;         if(counts==3&&i!=len-1)         {             counts = 0;             _ws.push_back(',');         }     }     if(t) _ws.push_back('-');     reverse(_ws.begin(),_ws.end());     cout<<_ws<<endl; }
点赞 评论

相关推荐

10-15 15:00
潍坊学院 golang
跨考小白:这又不是官方
投递拼多多集团-PDD等公司10个岗位
点赞 评论 收藏
分享
牛客网
牛客企业服务