求大佬改错
#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; }