20分求助
查看原帖
20分求助
740350
FS_qwq楼主2023/1/14 17:18

求大佬改错

#include<bits/stdc++.h>
using namespace std;
int a,b,tot,ans;
int main(){
    cin>>a>>b;
    tot=a/b+1;
    ans=50-tot;
    cout<<"07"<<":"<<ans<<endl;
    return 0;
}
2023/1/14 17:18
加载中...