Run ID:89302
提交时间:2024-08-23 14:56:26
#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.2lf",a-b*(int(a/b))); }