登录 注册
当前位置:主页 > 资源下载 > 33 > 1001号PAT的C++代码

1001号PAT的C++代码

  • 更新:2024-08-12 10:13:44
  • 大小:742B
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 考试认证
  • 格式:CPP

资源介绍

#include #include #include using namespace std; int main() { int a,b; cin>>a>>b; int c; c = a + b; int temp = abs(c); std::string s; std::stringstream out; out << temp; s = out.str(); int l; l = s.size(); int m = 1; int k = l-1; int num[9];