JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

000

发布时间 2023-03-25 20:17:33作者: fushuxuan1
#include <iostream>
using namespace std; 
int main(int argc, char** argv) {
    int x,a,y,z,b;
    for(int i=0;i<12;i++){
        cin>>a;
        x=x+300-a;
        if(x<0){
            cout<<"-"<<x;    
        }

        y=x/100*100;
        z+=y;
        x-=y;
        
    
    }
    b=z+x+z*1.2;
    cout<<b;
    return 0;
}

 

    本栏目推荐文章
  • ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password'
  • Docker 数据库连接见解异常 SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Try again
  • dbeaver导入sql脚本报错的排查—— ERROR 1366 (HY000) at line
  • Mysql 数据库ERROR 1820 (HY000): You must reset your password using ALTER USER 解决办法
  • 修改账户密码时提示 ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement 错误
  • gh-ost 报错 ERROR 1236 (HY000): A slave with the same server_uuid/server_id as this slave
  • Mysql: [HY000][1093] You can't specify target table 'dupes' for update in FROM clause
  • 一行代码——计算PI后15,000位
  • mysql数据库ERROR 1193 (HY000): Unknown system variable 'validate_password_policy'问题处理
  • 将多个形如00_000_00_apple的文件夹创建名为apple的软连接
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们